---
title: "List Settlement Accounts"
method: GET
path: "/settlement_accounts"
tags: ["Cash Settlement"]
---

# List Settlement Accounts

`GET /settlement_accounts`

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Successful Response

- EncodedPaginatedCollectionResponseSettlementAccountResponse
  - `data` SettlementAccountResponse[], required — The elements of the response.
    - `id` string, required — A string representing the unique identifier of this settlement account.
    - `name` string, required — Logical name for the bank account, e.g. “Funds Trading” or “Brokerage Pooling”.
    - `inpayment_bank_account` BankAccountResponse, required — An object representing a bank account.
      - `iban` string, required — An IBAN (International Bank Account Number) according to ISO 13616-1:2020.
      - `bic` string, required — A BIC (Business Identifier Code) according to ISO 9362.
      - `name` string — The name of the bank managing the bank account.
    - `currency` string, required — An ISO 4217 three-letter currency code. Its value represents the currency for the amount and fee listed here. The only currently available currency is `"EUR"`.
    - `balance` string, required — Current account balance, excluding `withdrawals_in_progress`. A positive amount is caused by funds to be paid out to customers, a negative amount would be caused by funds pending transfer to the lemon.markets pooling account.
    - `withdrawals_in_progress` string, required — Withdrawals in progress to be paid out to the partner. Already deducted from `balance`.
  - `pagination` Pagination, required — Information about accessing elements beyond the ones that were returned.
    - `next_cursor` string — When fetching long lists of elements, you can use our pagination feature to fetch batches of data. If a response contains the property `pagination.next_cursor`, you can pass its value via the query item `cursor` to generate the request for the next batch of data.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `5XX` — Server Error

---

[API](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api.md) · [All operations](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemon/lemon-markets-brokerage-api/versions/3c8cfd3a96c9/schema)
