v2
latestOpenAPI 3.0.02026-07-311824171.4 MBWallet
Private
Cancels a pending withdrawal request. This method allows you to cancel a withdrawal that has not yet been processed. Once a withdrawal is processed, it cannot be cancelled.
📖 Related Article: Managing Withdrawals
Scope: wallet:read_write
get/private/cancel_withdrawal
Query parameters
currency'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR' required
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
idnumber required
Example:1
The withdrawal id
Response
Success response
Example response
{
"result": {
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"amount": 1,
"confirmed_timestamp": 1536569522277,
"created_timestamp": 1536569522277,
"fee": 0.000023,
"id": 1,
"priority": 1,
"transaction_id": "1b1fb5568515e2b79503501e3d3680b2d0838d5dfc2d15a04eb8cd9fbbe0b572",
"updated_timestamp": 1536569522277
}
}