# How to check market ID?

1. Go on to Solscan and search for the wallet address that paid SOL as a fee when creating a market ID.  **Look for transactions like the screenshot below.**

<figure><img src="/files/nGR8KjZAxwaIUVXWNffg" alt=""><figcaption><p>TX List</p></figcaption></figure>

<figure><img src="/files/Ixgvqmlna6VHAbS5yleF" alt=""><figcaption><p>Instructions</p></figcaption></figure>

2. Transaction **#6 - Serum Initialize Market**. Check out .
3. **#1 - Market** address is your Market ID.

<figure><img src="/files/Hsmq1o0KcuI8uivC9WsJ" alt=""><figcaption><p>Market ID</p></figcaption></figure>

4. Copy it and save it somewhere to use in the listing process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dexlab.space/products/minting-lab/how-to-check-market-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
