v5

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

Get all DEX pairs for one or more tokens on a chain

Fetch every on-chain pair that trades the given tokens from the on-chain DEX index and filter to a single blockchain. Up to 30 token addresses per request, comma-separated in the addresses query parameter. the upstream returns pairs across all chains the tokens appear on; Sugra filters client-side to the requested chain slug and surfaces both the filtered count and the pre-filter total. Useful for listing every DEX venue a token trades on within a given ecosystem.

get/api/v1/crypto/dex/tokens/{chain}

Path parameters

chainstring required

Blockchain slug (lowercase). Pairs are filtered to this chain after upstream returns cross-chain results.

Blockchain slug (lowercase). Pairs are filtered to this chain after upstream returns cross-chain results.

Query parameters

addressesstring required

Comma-separated list of token contract addresses. Maximum 30 per call. Addresses follow the chain's convention (EVM = 0x-prefixed hex; Solana = base58).

Comma-separated list of token contract addresses. Maximum 30 per call. Addresses follow the chain's convention (EVM = 0x-prefixed hex; Solana = base58).

Response

Pair records from the on-chain DEX index for the supplied tokens, filtered to the requested chain.

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"
    ]
  }
}