cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/account/balance \ --header 'Authorization: Bearer <token>'
{ "list": [ { "account_type": "<string>", "accrued_interest": "<string>", "available_balance": "<string>", "equity": "<string>", "margin_balance": "<string>", "realised_pnl_cum": "<string>", "sub_account_address": "<string>", "total_order_im": "<string>", "total_position_im": "<string>", "total_position_mm": "<string>", "unrealised_pnl": "<string>", "unrealized_funding": "<string>", "vault_balance": "<string>" } ] }
Query account balances. Returns all subaccounts’ vault balances.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Balances
Account balance response structure.
Show child attributes