v1

latestOpenAPI 3.0.0MIT2026-07-1731846.1 KB
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