Last updated 12 months ago
Was this helpful?
/account/collateral_balances
wallet address
0x3ba638...fb25e
^0x[a-fA-F0-9]{40}$
curl -L \ --url '/account/collateral_balances' \ --header 'x-apikey: YOUR_API_KEY'
{ "failed": [ { "token": "WETH", "reason": "text" } ], "success": [ { "symbol": "WETH", "token_address": "0x...4cFF2", "balance": 2.345 } ] }