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/account/v1/transfer-contract
请求
curl -H 'X-API-KEY:{{AccessKey}}' -H 'X-API-TIMESTAMP:{{currentTime}}' -H 'X-API-SIGN:{{SIGN}}' -X POST -d '{ "currency":"USDT", "amount":"10", "transferType":"spot_to_contract" }' https://cloud-api.wooxpro.com/account/v1/transfer-contract
USDT
spot_to_contract
contract_to_spot
响应
{ "message":"Ok", "code":1000, "data":{} }