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",
    "data_age_days": 8.532,
    "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"
    ],
    "period": "2026-Q1",
    "notes": "the UKMTO report behind these counts is dated 2026-08-21 and is 11 days old"
  }
}

Changes

Changed in 2 of the 24 revisions of this API.15

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added