public.supported-chains
List Supported Chains
Returns supported settlement chains with deposit and withdrawal token support. This endpoint is public and does not require authentication.
get/v1/supported-chains
Response
OK
Example response
{
"data": [
{
"chain": "POLYGON",
"chain_id": 137,
"display_name": "Polygon",
"icon": "https://cryptologos.cc/logos/polygon-matic-logo.svg",
"tokens": [
{
"contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"decimals": 6,
"deposit_enabled": true,
"display_name": "Tether USD",
"icon": "https://cryptologos.cc/logos/tether-usdt-logo.svg",
"symbol": "USDT",
"withdraw_enabled": true
}
]
}
]
}