tokens

Retrieve CCIP token information

Returns information about Cross-Chain Interoperability Protocol (CCIP) supported tokens. The response includes token details organized by token symbol, with chain-specific information nested under each token and indexed by chain ID or selector (depending on the outputKey parameter).

get/tokens

Query parameters

environment'mainnet' | 'testnet' required

The network environment to query

token_idstring

Filter by token canonical identifier (e.g., "LINK" for Chainlink token, or "LINK,ETH" for multiple tokens)

chain_idstring

Filter by chain ID where the token is supported (e.g., "1" for Ethereum, or "1,56" for Ethereum and BSC)

outputKey'chainId' | 'selector' | 'internalId'

Key to use for organizing the response data

Response

Successful response with token data

dataobject required

Token data indexed by token symbol and then by chain ID/selector

Changes

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

    • 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

  • v1f253da0873ba12See the full diff
    • response property data/additionalProperties/additionalProperties/chainId list-of-types was widened by adding types string to media type application/json of response 200

      response-property-list-of-types-widened

    • the /// response's property pattern ^0x[a-fA-F0-9]{40}$ was removed for the status

      response-property-pattern-removed

    • the /// response's property pattern ^0x[a-fA-F0-9]{40}$ was removed for the status

      response-property-pattern-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

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