Skip to main content
GET
/
api
/
v1
/
account
/
balance
Get Account Balance
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Balances

Account balance response structure.

list
object[]
required