---
title: "List Onramps"
method: GET
path: "/v1/onramps"
tags: ["public.onramps"]
---

# List Onramps

`GET /v1/onramps`

Lists all onramps for the authenticated merchant with optional filtering by type and pagination

## Query parameters

- `limit` integer
- `page` integer
- `type` 'TEMPORARY' | 'PERMANENT'
- `account_number` string

## Response `200`

OK

- ListOnrampsResponse
  - `data` OnrampResponse[]
    - `amount` string
    - `created_at` string
    - `currency` string
    - `customer_id` string
    - `developer_fee` DeveloperFeeConfigResponse
      - `percentage` string — Percentage configured for deposits received through this account or receive address.
    - `id` string
    - `provisioning_status` 'PENDING' | 'ACTIVE' | 'FAILED'
    - `rate_expires_at` string
    - `rate_id` string
    - `settlement` SettlementDetails
      - `asset` 'USDC' | 'USDT'
      - `chain` 'APTOS' | 'BASE' | 'CELO' | 'ETHEREUM' | 'POLYGON' | 'SOLANA' | 'TRON'
      - `destination_address` string
      - `mode` 'ONCHAIN' | 'INTERNAL_BALANCE'
    - `type` 'TEMPORARY' | 'PERMANENT'
    - `virtual_account` VirtualAccountDetails
      - `account_name` string
      - `account_number` string
      - `bank_name` string
      - `expires_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)
