v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Fetch On Ramp Transaction

get/on_ramp_transaction/{reference}

Path parameters

referencestring required

unique transaction reference

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Transaction found",
  "data": {
    "public_id": "11fbee44-eef0-4d27-b21c-b2d0070aa3bb",
    "status": "completed",
    "mode": "buy",
    "from_currency": "ngn",
    "to_currency": "usdc",
    "from_amount": "3000.0",
    "to_amount": "1.927314",
    "network": "solana",
    "merchant_reference": "rhhhhfffbbfffrrrrr",
    "blockchain_fee": "0.025",
    "crypto_payout": {
      "public_id": "656b176e-9e33-48ec-bf8b-b5f119ef05ac",
      "transaction_hash": "5WCENqT47Qs3aGz2yghSvDMYK2KBCmxEShaPWeyiLgP1Y5V7QXRHuQwkFa83HZwUbyUckQV9RUV4WfEaSBhQrrTi",
      "status": "completed",
      "amount": "1.927314",
      "processor_fee": "0.025",
      "address": "FQw1J6qke2JDgjzLmdzeU7mxKgNDePK2Stf81XGpUZog",
      "network": "solana",
      "currency": "usdc",
      "created_at": "2026-05-29T16:57:24.982Z",
      "updated_at": "2026-05-29T16:58:21.729Z"
    },
    "fiat_deposit": {
      "public_id": "d0dbc26b-3937-4d09-87ef-9a1a231d60d1",
      "status": "success",
      "currency": "ngn",
      "amount": "3000.0",
      "fee": "80.63",
      "created_at": "2026-05-29T16:57:19.983Z",
      "updated_at": "2026-05-29T16:57:20.008Z"
    },
    "created_at": "2026-05-29T16:53:50.733Z",
    "updated_at": "2026-05-29T16:58:21.755Z"
  }
}