Chains

Get supported tokens for chain

Retrieves all supported tokens available on the specified blockchain network

get/chains/{chain}/tokens

Path parameters

chain'ARBITRUM_MAINNET' | 'ARBITRUM_TESTNET' | 'AVALANCHE_MAINNET' | 'AVALANCHE_TESTNET' | 'BASE_MAINNET' | 'BASE_TESTNET' | 'STARKNET_MAINNET' | 'STARKNET_TESTNET' | 'BSC_MAINNET' | 'ETHEREUM_MAINNET' | 'ETHEREUM_TESTNET' | 'OPTIMISM_MAINNET' | 'OPTIMISM_TESTNET' | 'MONAD_MAINNET' | 'MONAD_TESTNET' | 'POLYGON_MAINNET' | 'HYPEREVM_MAINNET' | 'LISK_MAINNET' | 'SOLANA_MAINNET' | 'SOLANA_TESTNET' | 'TRON_MAINNET' required

Blockchain network to get tokens for

Response

Supported tokens retrieved successfully

addressstring

Token contract address on the chain

symbolstring

Token symbol

decimalsnumber

Number of decimal places for the token

namestring

Full token name

Example response

[
  {
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "symbol": "USDC",
    "decimals": 6,
    "name": "USD Coin"
  }
]

Changes

Changed in 4 of the 9 revisions of this API.14

    • added the new enum value SOLANA_MAINNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value SOLANA_TESTNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value TRON_MAINNET to the path request parameter chain

      request-parameter-enum-value-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new enum value HYPEREVM_MAINNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value LISK_MAINNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value MONAD_MAINNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value MONAD_TESTNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value OPTIMISM_MAINNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value OPTIMISM_TESTNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value POLYGON_MAINNET to the path request parameter chain

      request-parameter-enum-value-added

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • endpoint added

      endpoint-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog