---
title: "Fetch Off Ramp Transactions"
method: GET
path: "/off_ramp_transactions"
---

# Fetch Off Ramp Transactions

`GET /off_ramp_transactions`

These endpoints allow a merchant to fetch paginated on-ramp transactions for the authenticated app.

## Query parameters

- `page` string
- `per_page` string
- `status` 'completed' | 'pending' | 'processing' | 'refunded' | 'needs_attention' | 'failed' | 'abandoned' | 'cancelled' | 'swap_reversed'
- `from_currency` string
- `to_currency` string
- `start_date` string
- `end_date` string

## 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
    - `crypto_deposit` object
      - `public_id` string
      - `txid` string
      - `status` string
      - `amount` string
      - `currency` string
      - `network` string
      - `created_at` string
      - `updated_at` string
    - `error_message` unknown
    - `fiat_payout` object
      - `public_id` string
      - `amount` string
      - `status` string
      - `currency` string
      - `processor_fee` string
      - `completed_at` unknown
      - `created_at` string
      - `updated_at` string
    - `created_at` string
    - `updated_at` string
  - `meta` object
    - `page` integer
    - `per_page` integer
    - `total_count` integer
    - `total_pages` integer
    - `next_page` unknown

## Other responses

- `400` — 400
- `403` — 403

---

[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)
