跳转到主要内容

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/transfer-list

请求限制

参见 速率限制详细

请求参数

请求
curl -H 'X-BM-KEY:{{AccessKey}}'
https://cloud-api.wooxpro.com/account/contract/sub-account/main/v1/transfer-list?subAccount=subAccountName@xxx.com&limit=10
字段类型是否必填描述
subAccountString子账户用户名
limitInt最近N条记录(取值范围1-100)

响应详情

响应
{
  "message": "OK",
  "code": 1000,
  "trace": "ba950ec2bd114fd7bc069cb812b0129f.62.16887213774200649",
  "data": [
    {
      "fromAccount": "subAccountName@xxx.com",
      "toAccount": "masterAccountName@xxx.com",
      "toWalletType": "future",
      "fromWalletType": "future",
      "currency": "USDT",
      "amount": "1",
      "submissionTime": 1686207254
    }
  ]
}
字段类型描述
fromAccountString转出账户
fromWalletTypeString转出钱包类型
-future=合约账户
toAccountString转入账户
toWalletTypeString转入钱包类型
-future=合约账户
currencyString币种
amountString金额
submissionTimeLong请求时间戳精确到秒,(UTF-0)