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.
发起内部划转(沿用现有内部提币流程)
POST https://cloud-api.wooxpro.com/transfer/transfer-gateway/private/internalTransfer
请求
curl -H 'X-API-KEY:{{AccessKey}}' -H 'X-API-TIMESTAMP:{{currentTime}}' -H 'X-API-SIGN:{{SIGN}}' -X POST -d '{ "uid":"123456", "coin":"USDT", "amount":10.5, "accountType":"SPOT" }' https://cloud-api.wooxpro.com/transfer/transfer-gateway/private/internalTransfer
响应
{ "code": 1000, "message": "Ok", "trace": "0cc6f4c48b8c42538e908d3195aa109c", "data": { "id": "withdrawId" } }
注意:以下错误码将在后续版本调整。