v5

OpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Crypto

Get a specific DEX pair by chain and pair address

Fetch a single on-chain DEX liquidity-pool record from the on-chain DEX index by blockchain slug and pair contract address. Returns base/quote tokens, priceNative, priceUsd (both as strings to preserve precision on long-tail tokens), rolling-window volumes, rolling-window transaction counts (m5 / h1 / h6 / h24 buys and sells), liquidity broken into USD total and base/quote amounts, pair FDV and market cap, and pairCreatedAt (pair birth time in UNIX milliseconds - this is NOT snapshot time). Sourced from on-chain DEX data.

get/api/v1/crypto/dex/pairs/{chain}/{pair_address}

Path parameters

chainstring required

Blockchain slug (lowercase). Examples: ethereum, solana, bsc, polygon, base, arbitrum, optimism, avalanche.

Blockchain slug (lowercase). Examples: ethereum, solana, bsc, polygon, base, arbitrum, optimism, avalanche.

pair_addressstring required

On-chain pair (liquidity pool) contract address. EVM = 0x-prefixed hex; Solana = base58.

On-chain pair (liquidity pool) contract address. EVM = 0x-prefixed hex; Solana = base58.

Response

Pair record from the on-chain DEX index with price, volume, liquidity, and transaction counts.

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}