Wallet
Funding Wallet (USER_DATA)
- Currently supports querying the following business assets:Binance Pay, Binance Card, Binance Gift Card, Stock Token
Weight(IP): 1
post/sapi/v1/asset/get-funding-asset
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
Funding asset detail
Example response
[
{
"asset": "USDT",
"free": "1",
"locked": "0",
"freeze": "0",
"withdrawing": "0",
"btcValuation": "0.00000091"
}
]