v1
latestOpenAPI 3.1.02026-07-24590534.0 KBCancel withdrawal
This endpoint is used to cancel initiated withdrawal.
post/users/{user_id}/withdraws/{withdrawal_id}/cancel
Path parameters
user_idstring required
The account user id.
withdrawal_idstring required
An ID for the withdrawal to cancel
Response
200
Example response
{
"status": "success",
"message": "Successful",
"data": {
"id": "CW-36ebbb20fc93456d8503625e9dee9829",
"reference": "cmnnnncc",
"type": "coin_address",
"currency": "usdt",
"amount": "1.4538000000000000",
"fee": "0.5000000000000000",
"total": "1.9538000000000000",
"status": "cancelled",
"wallet": {
"currency": "usdt",
"balance": "2.453800",
"locked": "0.0000000000",
"staked": "0.0000000000",
"converted_balance": "3348.946240",
"reference_currency": "NGN",
"is_crypto": "1",
"created_at": "2026-02-10T11:48:38.000Z",
"updated_at": "2026-02-26T10:41:48.000Z",
"deposit_address": "bc1qel75acv9tdwqdx86tla6yyxagp2fvq2tntxntp"
},
"user": {
"id": "24rhpmow",
"sn": "Qw1os7uj7",
"email": "test@gmail.com",
"first_name": "test",
"last_name": "tester",
"display_name": "Adigun Efon Exchange",
"created_at": "2026-02-09T13:22:14.000Z",
"updated_at": "2026-02-13T10:45:42.000Z"
},
"recipient": {
"type": "coin_address",
"details": {
"address": "0xEBd827CC80D8BD95B42824467D45A6faAe91A05e",
"name": "N/A"
}
},
"created_at": "2026-02-26T10:38:47Z",
"done_at": "2026-02-26T10:38:47Z"
}
}