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

# Get Offramp

`GET /v1/offramps/{id}`

Retrieves a specific offramp by ID for the authenticated merchant

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

## Other responses

- `400` — Invalid offramp ID
- `401` — Unauthorized
- `404` — Offramp 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)
