Skip to main content
How to consult API Balances
Updated over a week ago

How to consult API Balances.


If you want to check your balances, you can do so here:

Go to the Binance library, and type in the search engine "snapshot" - Select the option "Daily Account Snapshot (USER_DATA)."

After you hit "send," you will receive "Status: 200 OK" and the balance details:

You will receive the total balance calculated in BTC, the time it was consulted, and the details of the different currencies.

{

"code": 200,

"msg": "",

"snapshotVos": [

{

"type": "spot",

"updateTime": 1680566399000,

"data": {

"totalAssetOfBtc": "0.00354933",

"balances": [

{

"asset": "ADA",

"free": "0",

"locked": "0"

},

{

"asset": "BNB",

"free": "0.11115458",

"locked": "0"

},

{

"asset": "USDT",

"free": "64.36428",

"locked": "0"

},

{

"asset": "XRP",

"free": "0",

"locked": "0"

}

“Free”: This is the amount that is free to operate.

“Locked”: This is the amount in an open order or position.

Disclaimer:

The information provided in this guide is for general informational purposes only. We do not make any representations or warranties, express or implied, about the completeness, accuracy, reliability, suitability, or availability of the website https://www.postman.com/.

Therefore, any reliance on such information is strictly at your own risk.

Zignaly doesn't provide customer service for https://www.postman.com/. Get in touch with their support team here if you need assistance.

Zignaly will not be liable for any direct, indirect, incidental, or consequential loss or damage from this tool.

Did this answer your question?