Account Information (USER_DATA)
Get current account information.
Weight(IP): 20
Query parameters
The value cannot be greater than 60000
UTC timestamp in ms
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
}Changes
Changed in 4 of the 26 revisions of this API.223
- ○
added the required property
permissionsto the response with the200statusresponse-required-property-added
- ○
added the required property
preventSorto the response with the200statusresponse-required-property-added
- ○
added the required property
uidto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
commissionRatesto the response with the200statusresponse-required-property-added
- ○
added the required property
requireSelfTradePreventionto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
brokeredto the response with the200statusresponse-required-property-added
- ○
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
accountTypebecame required for the status200response-property-became-required
- ○
the response property
balancesbecame required for the status200response-property-became-required
- ○
the response property
balances/items/assetbecame required for the status200response-property-became-required
- ○
the response property
balances/items/freebecame required for the status200response-property-became-required
- ○
the response property
balances/items/lockedbecame required for the status200response-property-became-required
- ○
the response property
buyerCommissionbecame required for the status200response-property-became-required
- ○
the response property
canDepositbecame required for the status200response-property-became-required
- ○
the response property
canTradebecame required for the status200response-property-became-required
- ○
the response property
canWithdrawbecame required for the status200response-property-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
makerCommissionbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
sellerCommissionbecame required for the status200response-property-became-required
- ○
the response property
takerCommissionbecame required for the status200response-property-became-required
- ○
the response property
updateTimebecame required for the status200response-property-became-required
- ▲