Wallet
User Asset (USER_DATA)
Get user assets, just for positive data.
Weight(IP): 5
post/sapi/v3/asset/getUserAsset
Query parameters
assetstring
Example:BNB
needBtcValuation'true' | 'false'
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
User assets
Example response
[
{
"asset": "AVAX",
"free": "1",
"locked": "0",
"freeze": "0",
"withdrawing": "0",
"ipoable": "0",
"btcValuation": "0"
}
]