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
| Field | Type | Description |
|---|
addressrequired | string | Pool / market address (base58). |
Query parameters
| Field | Type | Description |
|---|
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
Response fields
| Field | Type | Description |
|---|
dex | string | Venue (raydium / orca / meteora). |
base / quote | object | { address, symbol } for each side. |
priceUsd | number | null | Latest swap price in the pool. |
liquidityUsd | number | null | Pool TVL. |
liquiditySource | string | null | raydium-onchain · dexscreener. |
volume24hUsd / trades24h / uniqueWallets24h | number | OUR 24h activity for this pool. |
totalTrades | number | All swaps we've indexed for the pool. |
createdAt | string | null | Pool creation time (DexScreener), if known. |
Per-pool volume/trades/uniqueWallets are from swaps we attribute to this pool — a subset of total.