---
title: "List Offramps"
method: GET
path: "/v1/offramps"
tags: ["public.offramps"]
---

# List Offramps

`GET /v1/offramps`

Lists all offramps for the authenticated merchant with optional filtering and pagination

## Query parameters

- `limit` integer
- `page` integer
- `type` 'TEMPORARY' | 'PERMANENT'
- `chain` 'APTOS' | 'BASE' | 'BSC' | 'CELO' | 'ETHEREUM' | 'POLYGON' | 'SOLANA' | 'SUI' | 'TEMPO' | 'TRON'
- `asset` 'USDC' | 'USDT'
- `status` string
- `settlement_mode` 'INTERNAL_BALANCE' | 'NGN_PAYOUT'
- `address` string

## Response `200`

OK

- ListOfframpsResponse
  - `data` OfframpResponse[]
    - `address` string
    - `asset` string
    - `chain` string
    - `created_at` string
    - `customer_id` string
    - `developer_fee` DeveloperFeeConfigResponse
      - `percentage` string — Percentage configured for deposits received through this account or receive address.
    - `id` string
    - `settlement` OfframpSettlementResponse
      - `destination_bank` DestinationBank
        - `account_name` string
        - `account_number` string, required
        - `bank_code` string, required
      - `expires_at` string
      - `mode` string
      - `rate_id` string
    - `status` string
    - `type` 'TEMPORARY' | 'PERMANENT'
    - `updated_at` string
  - `limit` integer
  - `page` integer
  - `total` integer
  - `total_pages` integer

## Other responses

- `400` — Invalid query parameters
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
