Skip to main content
Transfer between spot account and contract account

Request URl

POST https://cloud-api.wooxpro.com/account/v1/transfer-contract

Request Limit

See Detailed Rate Limit

Request Parameter

Request
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
FieldTypeRequired?Description
currencyStringYesCurrency (Only USDT is supported)
amountStringYesTransfer amount,allowed range[0.01,10000000000]
transferTypeStringYesTransfer type
-spot_to_contract
-contract_to_spot

Response Data

Response
{
  "message":"Ok",
  "code":1000,
  "data":{}
}
FieldTypeDescription
currencyStringcurrency
amountStringAmount successfully transferred