Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
Transfer (SIGNED)
Transfer between spot account and contract account
Request URl
POST https://cloud-api.wooxpro.com/account/v1/transfer-contract
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| currency | String | Yes | Currency (Only USDT is supported) |
| amount | String | Yes | Transfer amount,allowed range[0.01,10000000000] |
| type | String | Yes | Transfer type - spot_to_contract- contract_to_spot |
| recvWindow | Long | No | Trade time limit, allowed range (0,60000], default: 5000 milliseconds |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| currency | String | currency |
| amount | String | Amount successfully transferred |