Get Account Balance
Retrieves the user’s asset balances, including total, available, and withdrawable amounts for each currency.
Last updated
Retrieves the user’s asset balances, including total, available, and withdrawable amounts for each currency.
Last updated
GET /api/v1/account/balance HTTP/1.1
Host: trading-api.flipster.io
api-key: YOUR_API_KEY
Accept: */*
[
{
"asset": "text",
"balance": "###.###",
"availableBalance": "###.###",
"maxWithdrawableAmount": "###.###"
}
]