Option Balances
Last updated
Was this helpful?
Last updated
Was this helpful?
wallet address
0x3ba638...fb25e
Pattern: ^0x[a-fA-F0-9]{40}$
GET /account/option_balances HTTP/1.1
Host:
x-apikey: YOUR_API_KEY
Accept: */*
{
"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"
}
]
}