---
title: "List Reserve Accounts"
method: GET
path: "/reserve"
tags: ["Reserve Account"]
---

# List Reserve Accounts

`GET /reserve`

## Query parameters

- `account_id` string
- `reserve_account_id` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` reserve elements, starting after the reserve described by `page_cursor`. If no more reserves are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_id` string — ID of the target Account that has an added reserve limit. Filterable.
    - `amount` string — Amount that `account_id` is currently overdrawn
    - `bankdata` object — Optional data for the bank
    - `id` string — Unique identifier for object
    - `reserve_account_id` string — ID of the Account that holds the reserve. Filterable.
    - `upper_limit` string — Max amount that `account_id` may be overdrawn in total
    - `userdata` object — Arbitrary user data that can be attached to the object

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
