---
title: "List Settlement Accounts"
method: GET
path: "/v3/settlement-account"
tags: ["Settlement Accounts"]
---

# List Settlement Accounts

`GET /v3/settlement-account`

Retrieve a paginated list of the organization's settlement accounts. Optionally filter by settlement account ID, type, or default flag.

## Query parameters

- `settlementAccountId` string
- `type` 'crypto' | 'fiat'
- `default` boolean
- `limit` integer
- `page` integer

## Headers

- `MID` string, required

## Response `200`

Settlement accounts listed successfully

- object
  - `status` string
  - `message` string
  - `data` object[]
    - `settlementAccountId` string
    - `type` 'fiat' | 'crypto'
    - `accountAlias` string
    - `currency` string
    - `paymentType` string
    - `paymentCode` string
    - `accountDetails` object
    - `cryptoTicker` string
    - `cryptoNetwork` string
    - `cryptoCurrency` string
    - `walletAddress` string
    - `default` boolean
    - `status` string
    - `orgType` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `pagination` object
    - `total` integer
    - `pages` integer
    - `currentPage` integer
    - `limit` integer
    - `hasNext` boolean
    - `hasPrev` boolean

## Other responses

- `400` — Validation error or page out of limit
- `500` — Internal server error

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
