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] |
| transferType | String | Yes | Transfer type - spot_to_contract- contract_to_spot |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| currency | String | currency |
| amount | String | Amount successfully transferred |