Docs/Token data/Markets / pools

Markets / pools

GET/v1/token/{mint}/marketsPublic

Every pool/market for the token: base/quote, liquidity (on-chain for the dominant Raydium pool), and our own 24h volume/trades/unique-wallets per pool.

Path parameters

FieldTypeDescription
mintrequiredstringToken mint address (base58).

Query parameters

FieldTypeDescription
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
markets[].addressstringPool/market address.
markets[].dexstringVenue.
markets[].base / quoteobject{ address, symbol } for each side.
markets[].liquidityUsdnumber | nullPool TVL.
markets[].liquiditySourcestring | nullraydium-onchain · dexscreener.
markets[].volume24hUsdnumber | nullOUR 24h volume for the pool (null if we don't index it).
markets[].createdAtstring | nullPool creation time (ISO).
Per-pool volume/trades/uniqueWallets are from swaps we attribute to that pool — a subset of total — so they may not sum to the token's 24h volume.