Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
查询发起人的内部划转记录。若传入 withdrawID,则查询单条记录;否则分页列表返回。
GET https://cloud-api.wooxpro.com/transfer/transfer-gateway/private/internalTransferStatus
请求
curl -H 'X-API-KEY:{{AccessKey}}' 'https://cloud-api.wooxpro.com/transfer/transfer-gateway/private/internalTransferStatus?page=1&pageSize=100'
响应
{ "code": 1000, "message": "Ok", "trace": "0cc6f4c48b8c42538e908d3195aa109c", "data": [ { "withdrawId": "123", "coin": "USDT", "status": "SUCCESS", "amount": 10.5, "accountType": "SPOT", "createTime": 1710000000000, "updateTime": 1710000001000 } ] }
注意:以下错误码将在后续版本调整。