Find one token by chain and address or symbol
API Endpoints
Get token
Returns metadata for a single token on a specific chain. The token query parameter can be a token address or symbol.
GET
Find one token by chain and address or symbol
Headers
Optional API key for higher rate limits and fee rules.
Query Parameters
Chain ID or chain key, for example 8453 or sol.
Example:
"8453"
Token address or symbol.
Example:
"USDC"
Response
Token metadata response.
Example:
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
Example:
"USDC"
Example:
6
Example:
8453
Example:
"USD Coin"
Example:
"USDC"
Example:
"1.00"
Example:
"https://example.com/usdc.png"

