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
请求限制
参见 速率限制详细请求参数
请求
| 字段 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| subAccount | String | 是 | 子账户用户名 |
| currency | String | 否 | 币种 |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| currency | String | 币种 |
| name | String | 加密货币全称 |
| available | String | 可用余额 |
| frozen | String | 冻结额 |