Cancel Withdrawal
Only withdrawals requests of PROCESSING status could be canceled.
HTTP REQUEST
DELETE /api/v1/withdrawals/{withdrawalId}
Example
DELETE /api/v1/withdrawals/5bffb63303aa675e8bbe18f9
{
"withdrawalId": "5bffb63303aa675e8bbe18f9"
}
API KEY PERMISSIONS
This endpoint requires the Transfer permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Manage weight
:20
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
withdrawalId | String | Yes | Path parameter, a unique ID for a withdrawalId |