v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Wallet

All Coins' Information (USER_DATA)

Get information of coins (available for deposit and withdraw) for user.

Weight(IP): 10

get/sapi/v1/capital/config/getall

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

All coins details information

coinstring required
depositAllEnableboolean required
freestring required
freezestring required
ipoablestring required
ipoingstring required
isLegalMoneyboolean required
lockedstring required
namestring required
storagestring required
tradingboolean required
withdrawAllEnableboolean required
withdrawingstring required

Example response

[
  {
    "coin": "BTC",
    "free": "0.00000000",
    "freeze": "0.00000000",
    "ipoable": "0.00000000",
    "ipoing": "0.00000000",
    "locked": "0.00000000",
    "name": "Bitcoin",
    "networkList": [
      {
        "addressRegex": "^(bnb1)[0-9a-z]{38}$",
        "coin": "BTC",
        "depositDesc": "Wallet Maintenance, Deposit Suspended",
        "memoRegex": "^[0-9A-Za-z\\-_]{1,120}$",
        "minConfirm": 1,
        "name": "BEP2",
        "network": "ETH",
        "specialTips": "Both a MEMO and an Address are required to successfully deposit your BEP2-BTCB tokens to Binance.",
        "withdrawDesc": "Wallet Maintenance, Withdrawal Suspended",
        "withdrawFee": "0.00000220",
        "withdrawIntegerMultiple": "0.00000001",
        "withdrawMax": "9999999999.99999999",
        "withdrawMin": "0.00000440"
      }
    ],
    "storage": "0.00000000",
    "withdrawing": "0.00000000"
  }
]