Trade
Account Information (USER_DATA)
Get current account information.
Weight(IP): 20
get/api/v3/account
Query parameters
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Account details
Example response
{
"makerCommission": 15,
"takerCommission": 15,
"commissionRates": {
"maker": "0.00150000",
"taker": "0.00150000",
"buyer": "0.00000000",
"seller": "0.00000000"
},
"updateTime": 123456789,
"accountType": "SPOT",
"balances": [
{
"asset": "BTC",
"free": "4723846.89208129",
"locked": "0.00000000"
}
],
"permissions": [
"SPOT"
],
"uid": 354937868
}