Skip to main content
POST
/
api
/
v4
/
sub-account
/
balances
Sub-Account Balances
curl --request POST \
  --url https://whitebit.com/api/v4/sub-account/balances \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "id": "<string>",
  "ticker": "<string>"
}
'
{}

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
id
string
required

Sub-account id

ticker
string

Currency's ticker (if not provided, returns data by all currencies)

Response

Successful response

{key}
object[]