List accepted tokens per network
Funding
List accepted tokens per network
GET
List accepted tokens per network
Response
200 - application/json
Token registry
Map of CAIP-2 network IDs to supported tokens
Example:
{
"eip155:8453": [
{
"symbol": "USDC",
"type": "erc20",
"decimals": 6,
"contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}
]
}