v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Fetch a Withdrawal

This endpoint will fetch a withdrawal object, related to the user.

get/users/{user_id}/withdraws/{withdrawal_id}

Path parameters

user_idstring required

The User ID. Use 'me' if fetching wallets of main authenticated user, use the user_id if fetching for Sub-account linked to the authenticated user.

withdrawal_idstring required

An ID for the withdrawal to fetch

Response

200

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Successful",
  "data": {
    "id": "IT-89c82dcb3930420ab09a81572985a4ab",
    "reference": "ffff",
    "type": "internal_transfer",
    "currency": "usdt",
    "amount": "1.0000000000000000",
    "fee": "0.0000000000000000",
    "total": "1.0000000000000000",
    "narration": "We love you.",
    "status": "done",
    "wallet": {
      "currency": "usdt",
      "balance": "3.453800",
      "locked": "0.0000000000",
      "staked": "0.0000000000",
      "converted_balance": "4779.368440",
      "reference_currency": "NGN",
      "is_crypto": "1",
      "created_at": "2026-02-10T11:48:38.000Z",
      "updated_at": "2026-02-23T10:53:41.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": "internal_transfer",
      "details": {
        "address": "test90999@gmail.com",
        "name": "Qb3fwf0uk",
        "destination_tag": "N/A"
      }
    },
    "transaction_note": "Internal Crypto Transfer: We love you.",
    "created_at": "Wed Feb 11 16:41:11 UTC 2026",
    "done_at": "Wed Feb 11 16:41:11 UTC 2026"
  }
}