Returns all supported tokens, optionally filtered by chain. Includes canonical symbols and chain-specific contract addresses.
cURL
curl --request GET \ --url https://api.cherp.dev/v1/tokens \ --header 'Authorization: Bearer <token>'
{ "tokens": [ { "symbol": "USDC", "chains": { "solana:5eykt4UsFv8P8NJdTREpY1vzqKq2Kvdp": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", "eip155:8453": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" } } ] }
API key. Use pk_live_* for production or pk_test_* for test mode.
pk_live_*
pk_test_*
Filter by CAIP-2 chain ID
"solana:5eykt4UsFv8P8NJdTREpY1vzqKq2Kvdp"
List of supported tokens
Show child attributes