Verify Withdrawal
Verify the status and details of a withdrawal transaction using its transaction reference.
Verify Withdrawal
Path Parameters
Name
Type
Description
{
"status": 200,
"message": "Transaction fetched successfully",
"data": {
"id": "clx1abc123def456",
"from": "Convexity",
"receiver": {
"address": "0x5678901234abcdef5678901234abcdef56789012"
},
"amount": "10000.00",
"description": "Withdrawal",
"createdAt": "2025-06-15T10:30:00.000Z",
"trx_ref": "WTH-20250615-ABC123",
"trx_type": "withdraw",
"network": "bsc",
"asset_type": "cNGN",
"asset_symbol": "CNGN",
"base_trx_hash": "0xabc123def456789...",
"extl_trx_hash": "0xdef456abc789012...",
"explorer_link": "https://bscscan.com/tx/0xdef456abc789012...",
"status": "completed"
}
}Response Fields (Decrypted)
Field
Type
Description
Example Request
Last updated