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/v1/transfer-history
请求限制
参见 速率限制详细请求参数
请求
| 字段 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| limit | Int | 是 | 最近N条记录(取值范围1-100) |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| fromAccount | String | 转出账户 |
| fromWalletType | String | 转出钱包类型 - future=合约账户 |
| toAccount | String | 转入账户 |
| toWalletType | String | 转入钱包类型 - future=合约账户 |
| currency | String | 币种 |
| amount | String | 金额 |
| submissionTime | Long | 请求时间戳精确到秒,(UTC-0) |