跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt

Use this file to discover all available pages before exploring further.

子合约余额(主账户适用)(KEYED)

获取子账户的合约钱包余额(主账户适用)

请求URL

GET https://cloud-api.wooxpro.com/account/contract/sub-account/main/v1/wallet

请求限制

参见 速率限制详细

请求参数

请求
curl -H 'X-BM-KEY:{{AccessKey}}'
https://cloud-api.wooxpro.com/account/contract/sub-account/main/v1/wallet?subAccount=subAccount1@xxx.com&currency=USDT
字段类型是否必填描述
subAccountString子账户用户名
currencyString币种

响应详情

响应
{
  "message": "OK",
  "code": 1000,
  "trace": "87db8cd43374470f96aacb0e3fcaf34c.77.16872314088656435",
  "data": {
    "wallet": [
      {
        "currency": "USDT",
        "name": "USDT",
        "available": "204.15216696",
        "frozen": "0.00000000"
      }
    ]
  }
}
字段类型描述
currencyString币种
nameString加密货币全称
availableString可用余额
frozenString冻结额