Last updated 8 months ago
Terms and Disclaimers
Success
const response = await fetch('/account/option_balances', { method: 'GET', headers: {}, }); const data = await response.json();
{ "expired": [ { "amount": 2.46, "name": "WETH-USDC-03NOV2023-1800-P", "token_address": "0x...4cFF2", "exposure": "SHORT" } ], "open": [ { "amount": 2.46, "name": "WETH-USDC-03NOV2023-1800-P", "token_address": "0x...4cFF2", "exposure": "SHORT" } ] }