v2

latestOpenAPI 3.1.02026-07-316132736.5 KB
V2 - Token

Get token markets for the same chain

Lists every DEX pool/market where a token is traded on its chain. Returns pool addresses, pair tokens (base/quote with symbols and logos), liquidity in USD, 24h volume, pool type (Uniswap V2/V3, Curve, PumpFun bonding curve, etc.), and fee tier. Use this to discover where a token has the deepest liquidity or to compare spreads across AMMs.

get/api/2/token/markets

Query parameters

chainIdstring

Blockchain chain ID (e.g., "evm:56", "solana:solana")

Blockchain chain ID (e.g., "evm:56", "solana:solana")

addressstring required

Token contract address

Token contract address

limitnumber required

Maximum number of markets (1-25, default: 10)

Maximum number of markets (1-25, default: 10)

Response

Token Markets response

totalCountnumber required