跳转到主要内容

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

请求限制

参见 速率限制详细

请求参数

请求
curl -H 'X-BM-KEY:{{AccessKey}}'
https://cloud-api.wooxpro.com/account/contract/sub-account/v1/transfer-history?limit=10
字段类型是否必填描述
limitInt最近N条记录(取值范围1-100)

响应详情

响应
{
  "message": "OK",
  "code": 1000,
  "trace": "ba950ec2bd114fd7bc069cb812b0129f.62.16887215218140681",
  "data": [
    {
      "fromAccount": "masterAccount@xxx.com",
      "toAccount": "subAccount@xxx.com",
      "toWalletType": "future",
      "fromWalletType": "future",
      "currency": "USDT",
      "amount": "1",
      "submissionTime": 1686207254
    }
  ]
}

字段类型描述
fromAccountString转出账户
fromWalletTypeString转出钱包类型
-future=合约账户
toAccountString转入账户
toWalletTypeString转入钱包类型
-future=合约账户
currencyString币种
amountString金额
submissionTimeLong请求时间戳精确到秒,(UTC-0)