Docs/Pair / Pool/Pair overview

Pair overview

GET/v1/pair/{address}/overviewPublic

Snapshot of one pool/market: base/quote, liquidity (on-chain for Raydium AMM v4), and our own 24h volume/trades/unique-wallets for the pool.

Path parameters

FieldTypeDescription
addressrequiredstringPool / market 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
dexstringVenue (raydium / orca / meteora).
base / quoteobject{ address, symbol } for each side.
priceUsdnumber | nullLatest swap price in the pool.
liquidityUsdnumber | nullPool TVL.
liquiditySourcestring | nullraydium-onchain · dexscreener.
volume24hUsd / trades24h / uniqueWallets24hnumberOUR 24h activity for this pool.
totalTradesnumberAll swaps we've indexed for the pool.
createdAtstring | nullPool creation time (DexScreener), if known.
Per-pool volume/trades/uniqueWallets are from swaps we attribute to this pool — a subset of total.