---
title: "Get Onramp"
method: GET
path: "/v1/onramps/{id}"
tags: ["public.onramps"]
---

# Get Onramp

`GET /v1/onramps/{id}`

Retrieves a single onramp by ID for the authenticated merchant. Returns both temporary and permanent onramps.

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

## Other responses

- `400` — Invalid onramp ID format
- `401` — Unauthorized
- `404` — Onramp not found
- `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)
