Withdraw (USER_DATA)
Submit a withdraw request.
- If network not send, return with default network of the coin.
- You can get network and isDefault in networkList of a coin in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256).
Weight(IP): 1
Query parameters
Coin name
Client id for withdraw
Secondary address identifier for coins like XRP,XMR etc.
When making internal transfer
- true -> returning the fee to the destination account;
- false -> returning the fee back to the departure account.
The wallet type for withdraw,0-Spot wallet, 1- Funding wallet. Default is Spot wallet
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Transafer Id
Example response
{
"id": "7213fea8e94b4a5593d507237e5a555b"
}Changes
Changed in 2 of the 26 revisions of this API.27
- ○
added the new optional
queryrequest parameterwalletTypenew-optional-request-parameter
- ○
- ▲
for the
queryrequest parameterrecvWindow, the format changed from no format toint64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the format changed from no format toint64request-parameter-type-changed
- ○
for the
queryrequest parameteramount, the format was generalized fromfloattodoublerequest-parameter-type-generalized
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ▲