---
title: "Fetch On Ramp Transaction"
method: GET
path: "/on_ramp_transaction/{reference}"
---

# Fetch On Ramp Transaction

`GET /on_ramp_transaction/{reference}`

## Path parameters

- `reference` string, required

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `public_id` string
    - `status` string
    - `mode` string
    - `from_currency` string
    - `to_currency` string
    - `from_amount` string
    - `to_amount` string
    - `network` string
    - `merchant_reference` string
    - `error_message` unknown
    - `blockchain_fee` string
    - `crypto_payout` object
      - `public_id` string
      - `transaction_hash` string
      - `status` string
      - `amount` string
      - `processor_fee` string
      - `address` string
      - `network` string
      - `currency` string
      - `created_at` string
      - `updated_at` string
    - `fiat_deposit` object
      - `public_id` string
      - `status` string
      - `currency` string
      - `amount` string
      - `fee` string
      - `created_at` string
      - `updated_at` string
    - `mobile_money_deposit` unknown
    - `created_at` string
    - `updated_at` string

## Other responses

- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/quidax/apis/api-3-0.md) · [All operations](https://skmtc.net/quidax/apis/api-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quidax/api-3-0/versions/75e2867b5dc0/schema)
