Skip to main content
POST
/
api
/
v4
/
main-account
/
balance
Get main balance
curl --request POST \
  --url https://whitebit.com/api/v4/main-account/balance \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "request": "<string>",
  "nonce": "<string>",
  "ticker": "BTC"
}
'
{
  "BSV": {
    "main_balance": "0"
  },
  "BTC": {
    "main_balance": "0"
  },
  "BTG": {
    "main_balance": "0"
  },
  "BTT": {
    "main_balance": "0"
  },
  "XLM": {
    "main_balance": "36.48"
  }
}

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
request
string
required

Request signature

nonce
string
required

Unique request identifier

ticker
string

Currency's ticker.

Example:

"BTC"

Response

Successful response

{key}
object