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

Market snapshot for one liquidity pair.

  • Returns pair-level stats such as liquidity, price, volume, trades, unique wallets, and base/quote activity when indexed.
  • Use address as the pair address.
  • ui_amount_mode=scaled applies Solana Token-2022 scaled UI amount when supported by the token side of the pair.
  • This endpoint consumes 15 CU per request.
  • Build pair profile pages with liquidity, trade, wallet, and volume activity.
  • Compare activity quality across pools for the same token.
  • Monitor a specific pool for liquidity movement, trading activity, and market participation.
  • Feed DEX analytics panels that reason at pair level instead of token level.
  • Set x-chain to a supported SVM chain.
  • Provide address as the pair address.
  • Use this endpoint when the pair is already known; use token market list endpoints when discovering pairs for a token.
  • Use pair overview when pool-level liquidity and trading behavior matter more than aggregate token stats.
  • Compare pair overview with token overview to understand whether one pool dominates token activity.
  • Keep pair-level analytics separate from token-level analytics to avoid mixing pool-specific and aggregate signals.

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

address
string
required

The address of a pair contract

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 pair(market) overview data of a specific pair

success
boolean
required

Whether the request completed successfully.

data
object
required

Overview metrics for one trading pair or market.