v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Fetch Off Ramp Transaction

get/off_ramp_transaction/{reference}

Path parameters

referencestring required

unique transaction reference

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Transaction found",
  "data": {
    "public_id": "e2aaf8f6-57d5-4c2f-a452-00ca4882de3a",
    "status": "completed",
    "mode": "sell",
    "from_currency": "usdt",
    "to_currency": "ngn",
    "from_amount": "3.0",
    "to_amount": "3993.3387841",
    "network": "solana",
    "merchant_reference": "mnnmmjbnnbbbbbjbbbbbbjmnnmnolkbbh",
    "crypto_deposit": {
      "public_id": "0fde6700-0020-42e3-afe0-8ace7d049542",
      "txid": "4r9RoMLvpF1v7mCfiwB13ck1MuUeuokSGAyDDoL1sbKssjBomSmq1BZJDdh1mHhV6rhjWG23UyayH8tdXnSHMLBQ",
      "status": "accepted",
      "amount": "3.0",
      "currency": "usdt",
      "network": "solana",
      "created_at": "2026-05-29T22:38:32.587Z",
      "updated_at": "2026-05-29T22:38:32.645Z"
    },
    "fiat_payout": {
      "public_id": "71e8ef80-2f35-4780-880e-76c9e48b3eef",
      "amount": "3993.3387841",
      "status": "completed",
      "currency": "ngn",
      "processor_fee": "50.0",
      "created_at": "2026-05-29T22:38:36.772Z",
      "updated_at": "2026-05-29T22:38:48.504Z"
    },
    "created_at": "2026-05-29T22:02:18.117Z",
    "updated_at": "2026-05-29T22:38:48.614Z"
  }
}