Skip to main content
GET
Token - All Market List

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.
  • This endpoint consumes 20 CU per request.
  • 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.
  • 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.
  • 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.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

A chain name listed in supported networks.

Available options:
solana,
ethereum,
bsc,
base,
robinhood,
sui,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth

Query Parameters

address
string
required

The address of the token contract.

sort_type
enum<string>
default:desc
required

Specify the sort order.

Available options:
desc,
asc
sort_by
enum<string>
default:liquidity
required

Specify the sort field.

Available options:
liquidity,
volume24h
offset
integer
default: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.

limit
integer
default:10

Number of items per page.

Required range: 1 <= x <= 20

Response

JSON object containing a list of markets of a token

success
boolean
required

Whether the request completed successfully.

data
object
required

Market-list payload for one token.