Token - All Market List

Retrieve a list of markets for a specified token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Market list for a single token.

  • Pass one token address to retrieve the markets or pools where that token trades.
  • limit supports 1 to 20 items per request.
  • sort_by supports liquidity and volume24h.
  • Use this endpoint after token discovery when you need to inspect venue coverage for one asset.
Compute Unit ⚙️
  • This endpoint consumes 30 CU per request.
Use Cases 💡
  • Discover where a token trades and which pools matter most.
  • Compare markets by liquidity or 24h volume before charting or trade analysis.
  • Support token detail pages that need a venue table or pool selector.
  • Route users from token discovery into pair-level price, OHLCV, or liquidity analysis.
How to Use 🛠️
  • Set x-chain for the target network.
  • Pass the token address in address.
  • Choose sort_by=liquidity or sort_by=volume24h depending on whether depth or activity matters more.
  • Page with offset and limit, keeping limit at 20 or below.
Best Practices ✅
  • Start by sorting on liquidity for execution-focused workflows and on volume for attention-focused workflows.
  • Join the selected market or pair into pair-level OHLCV and liquidity endpoints for deeper venue analysis.
  • Cache venue tables briefly, since market composition changes more slowly than spot price.

Query Params
string
required

The address of the token contract.

string
enum
required
Defaults to desc

Specify the sort order.

Allowed:
string
enum
required
Defaults to liquidity

Specify the sort field.

Allowed:
integer
Defaults to 0

Specify the offset for pagination. Filter for records with offset greater than the specified offset value, including those with offset equal to the specified offset.

integer
1 to 20
Defaults to 10

Number of items per page.

Headers
string
enum
Defaults to solana

A chain name listed in supported networks.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json