v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Token/Market List

Token - All Market List

Retrieve a list of markets for a specified token.

get/defi/v2/markets

Query parameters

addressstring required

The address of the token contract.

sort_type'desc' | 'asc' required

Specify the sort order.

sort_by'liquidity' | 'volume24h' required

Specify the sort field.

offsetinteger

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.

limitinteger

Number of items per page.

Headers

x-chain'solana' | 'ethereum' | 'arbitrum' | 'avalanche' | 'bsc' | 'optimism' | 'polygon' | 'base' | 'zksync' | 'monad' | 'hyperevm' | 'aptos' | 'fogo' | 'mantle' | 'megaeth' | 'robinhood' | 'sui'

A chain name listed in supported networks.

Response

JSON object containing a list of markets of a token

successboolean required