Retrieves all unique token symbols supported on Chainrails across all blockchain networks
Enter your Chainrails API key as a Bearer token
Supported tokens retrieved successfully
[
{
"symbol": "USDC",
"decimals": 6,
"name": "USD Coin",
"category": "stablecoin"
},
{
"symbol": "ETH",
"decimals": 18,
"name": "Ethereum",
"category": "major"
}
]