---
title: "Get a list of offramp accounts"
method: GET
path: "/ledger/offramp-accounts"
tags: ["ledger-offramp accounts"]
---

# Get a list of offramp accounts

`GET /ledger/offramp-accounts`

Get a list of offramp accounts, with pagination and payout currency

## Query parameters

- `payoutCurrency` string
- `page` integer
- `size` integer

## Response `200`

List of offramp accounts

- OfframpAccountList — Base object for paginated list
  - `name` string — Descriptive name for the list
  - `size` integer — Positive integer
  - `totalItems` integer — Positive integer
  - `nextPage` integer — Positive integer
  - `previousPage` integer — Positive integer
  - `content` OfframpAccount[], required
    - `id` string, uuid, required — Unique identifier for the offramp account.
    - `beneficiary` Beneficiary, required — Fiat beneficiary object
      - `id` string, uuid, required — Beneficiary identifier
      - `accountNumber` string, required — Beneficiary account number, for international payments like SEPA, this is the IBAN
      - `accountName` string, required — Beneficiary account name
      - `currency` string, required
      - `beneficiaryType` string — Discriminator value for beneficiary type. Allowed values include: - BeneficiaryLocalBankAccount - BeneficiarySepaBankAccount - BeneficiaryACHBankAccount - BeneficiarySwiftBankAccount - BeneficiaryMobileWalletAccount
      - `isThirdParty` boolean — Flag to indicate if the beneficiary is a third party
      - `accountHolderType` 'INDIVIDUAL' | 'BUSINESS', required
    - `payoutCurrency` string, required
    - `status` 'ACTIVE' | 'INACTIVE' | 'SUSPENDED' — Status of the offramp account.
    - `createdDate` string, date-time

## Other responses

- `401` — Client is not authorized to make request

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/76329919f8a7/schema)
