Chains
Get all supported tokens
Retrieves all unique token symbols supported on Chainrails across all blockchain networks
get/chains/tokens/all
Response
Supported tokens retrieved successfully
Example response
[
{
"symbol": "USDC",
"decimals": 6,
"name": "USD Coin",
"category": "stablecoin"
},
{
"symbol": "ETH",
"decimals": 18,
"name": "Ethereum",
"category": "major"
}
]