Last updated 8 months ago
Terms and Disclaimers
Approved
const response = await fetch('/account/collateral_balances', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": [ { "balance": 2.345, "symbol": "WETH", "token_address": "0x...4cFF2" } ], "failed": [ { "token": "WETH", "reason": "text" } ] }