cURL
curl --request GET \ --url https://api.zet.money/v1/transfer/chains \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "chain": "base", "chainId": 8453, "name": "Base", "type": "primary", "explorerUrl": "https://basescan.org", "tokens": [ { "symbol": "USDC", "name": "USD Coin", "contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "decimals": 6, "chain": "base", "logoUrl": "https://assets.zet.money/tokens/usdc.png" } ] } ] }
Returns all supported chains with their tokens and capabilities.
Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.
Supported chains and tokens.
true
Show child attributes