跳到主要内容

查询用户万向划转历史(根据tranId)

请求示例

get /api/v3/capital/transfer/tranId?tranId=cb28c88cd20c42819e4d5148d5fb5742&timestamp={{timestamp}}&signature={{signature}}

返回示例

{
"tranId": "cb28c88cd20c42819e4d5148d5fb5742",
"clientTranId": null,
"asset": "USDT",
"amount": "10",
"fromAccountType": "SPOT",
"toAccountType": "FUTURES",
"symbol": null,
"status": "SUCCESS",
"timestamp": 1678603205000
}

HTTP请求

  • GET /api/v3/capital/transfer/tranId

接口权限要求: 资金划转读 / SPOT_TRANSFER_R

权重(IP): 1

请求参数

参数名数据类型是否必须说明
tranIdstring划转id
timestampstring时间戳
signaturestring签名

仅支持查询最近半年(6个月)数据

返回参数

参数名说明
tranId划转ID
clientTranIdclient ID
asset币种
amount划转数量
fromAccountType转出业务账户
toAccountType划入业务账户
symbol转出交易对
status划转状态
timestamp划转时间