---
title: "Reserve"
method: GET
path: "/xrp/entity-flows/reserve"
tags: ["XRP Entity Flows"]
---

# Reserve

`GET /xrp/entity-flows/reserve`

This endpoint returns the full historical on-chain balance of xrp ledger entities.

## Query parameters

- `window` string
- `exchange` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

The amount of XRP on a given entity on this window.

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. It can be day, hour, or 10min and it depends on the user request.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `datetime` string — The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used.
      - `reserve` number, required — The amount of BTC on a given bank.
      - `reserve_usd` number, required — The USD value of BTC held by an bank.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/revisions/81ee223d4908/schema)
