Skip to main content

获取所有币信息(USER_DATA)

接口描述#

获取针对用户的所有(Binance支持充提操作的)币种信息。

HTTP请求#

GET /sapi/v1/capital/config/getall

请求权重(IP)#

10

请求参数#

名称类型是否必需描述
recvWindowLONGNO
timestampLONGYES

响应示例#

[    {        "coin": "BTC",        "depositAllEnable": true,        "free": "0.08074558",        "freeze": "0.00000000",        "ipoable": "0.00000000",        "ipoing": "0.00000000",        "isLegalMoney": false,        "locked": "0.00000000",        "name": "Bitcoin",        "networkList": [            {                "addressRegex": "^(bnb1)[0-9a-z]{38}$",                "coin": "BTC",                "depositDesc": "Wallet Maintenance, Deposit Suspended", // 仅在充值关闭时返回                "depositEnable": false,                "isDefault": false,                        "memoRegex": "^[0-9A-Za-z\\-_]{1,120}$",                "minConfirm": 1,  // 上账所需的最小确认数                "name": "BEP2",                "network": "BNB",                            "specialTips": "Both a MEMO and an Address are required to successfully deposit your BEP2-BTCB tokens to Binance.",                "unLockConfirm": 0,  // 解锁需要的确认数                 "withdrawDesc": "Wallet Maintenance, Withdrawal Suspended", // 仅在提现关闭时返回                "withdrawEnable": false,                "withdrawFee": "0.00000220",                "withdrawIntegerMultiple": "0.00000001",                "withdrawMax": "9999999999.99999999",                "withdrawMin": "0.00000440",                "sameAddress": true,  // 是否需要memo                "estimatedArrivalTime": 25,                "busy": false,                "contractAddressUrl": "https://bscscan.com/token/",                "contractAddress": "0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c"            },            {                "addressRegex": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^(bc1)[0-9A-Za-z]{39,59}$",                "coin": "BTC",                "depositEnable": true,                "isDefault": true,                "memoRegex": "",                "minConfirm": 1,  // 上账所需的最小确认数                "name": "BTC",                "network": "BTC",                "specialTips": "",                "unLockConfirm": 0,  // 解锁需要的确认数                "withdrawEnable": true,                "withdrawFee": "0.00050000",                "withdrawIntegerMultiple": "0.00000001",                "withdrawMax": "750",                "withdrawMin": "0.00100000",                "sameAddress": false,                "estimatedArrivalTime": 25,                "busy": false,                "contractAddressUrl": "",                "contractAddress": ""            }        ],        "storage": "0.00000000",        "trading": true,        "withdrawAllEnable": true,        "withdrawing": "0.00000000"    }]