Skip to main content

Funding Wallet (USER_DATA)

API Description#

Query Funding Wallet

HTTP Request#

POST /sapi/v1/asset/get-funding-asset

Request Weight(IP)#

1

Request Parameters#

NameTypeMandatoryDescription
assetSTRINGNO
needBtcValuationSTRINGNOtrue or false
recvWindowLONGNO
timestampLONGYES
  • Currently supports querying the following business assets:Binance Pay, Binance Card, Binance Gift Card, Stock Token

Response Example#

[    {        "asset": "USDT",        "free": "1",    // avalible balance        "locked": "0",  // locked asset        "freeze": "0",  // freeze asset        "withdrawing": "0",          "btcValuation": "0.00000091"      }]