Get Account Balance
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve all cash balances.
For all transactions related to the private endpoint, you must authorize before sending your request.
For more information you can check our article.
All asset information can be viewed with the Account Balance endpoint.
You can use the /api/v1/users/balances
enpoint for account balance information.
GET
https://api.btcturk.com/api/v1/users/balances
X-PCK*
string
API public key. You can create the API key from the Account > API Access page in your exchange account.
X-Stamp*
integer
Nonce must be current timestamp in milliseconds. It is a must to sync your current time with API server time which is in miliseconds format. Our servers are using UTC timezone.
X-Signature*
string
Signature is a HMAC-SHA256 encoded message. The HMAC-SHA256 code must be generated using a private key that contains a timestamp as nonce and your API key.