Skip to main content
GET
Pair - Pair Overview (Multiple)

Batch market snapshots for multiple liquidity pairs.

  • Pass pair addresses as a comma-separated list in list_address.
  • Maximum batch size is 20 pair addresses per request.
  • Returns pair-level stats for indexed pairs on the selected SVM chain.
  • Use this endpoint when comparing or monitoring a set of known pairs.
  • Batch CU is calculated as ceil(15 * pair_count^0.8).
  • Compare liquidity, volume, and wallet activity across multiple pairs.
  • Build pool watchlists and DEX analytics dashboards.
  • Monitor candidate pools for listing, routing, or risk decisions.
  • Score several pools for the same token to find where real activity is concentrated.
  • Set x-chain to a supported SVM chain.
  • Pass list_address as comma-separated pair addresses.
  • Use the single endpoint for pair detail pages and the multiple endpoint for dashboards or screeners.
  • Batch known pairs together when refreshing pool tables.
  • Deduplicate pair addresses and keep chain selection consistent.
  • Join pair overviews with token metadata to render readable base/quote context.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

SVM networks only.

Available options:
solana,
fogo

Query Parameters

list_address
string
required

A list of pair contract addresses in string separated by commas (,)

ui_amount_mode
enum<string>
default:scaled

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Available options:
raw,
scaled

Response

JSON object containing overview of multiple markets

success
boolean
required

Whether the request completed successfully.

data
object
required

Map keyed by pair address. Each value is the overview object for that pair, or null when pair data is unavailable.