---
title: "Estimated Leverage Ratio"
method: GET
path: "/xrp/market-data/estimated-leverage-ratio"
tags: ["XRP Market Data"]
---

# Estimated Leverage Ratio

`GET /xrp/market-data/estimated-leverage-ratio`

Estimated Leverage Ratio indicates how much leverage is used by users on average. It is defined as the ratio of open interest divided by the reserve of an exchange. This information measures traders' sentiment whether they take a high risk or low risk.
__[Go to User Guide‣](https://userguide.cryptoquant.com/cryptoquant-metrics/market/estimated-leverage-ratio)__

<br>

> **Note:** This endpoint does not support Point-In-Time (PIT) accuracy due to periodic updates to wallet address clustering. Historical data may change as new exchange wallets are discovered, added, and validated.

<br>

**📖 Data Guide:** [Estimated Leverage Ratio](/data-guide/market/estimated-leverage-ratio) — definition, interpretation, and chart examples.

## Query parameters

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

## Response `200`

estimated levereage ratio

- 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.
      - `estimated_leverage_ratio` number, required — estimated leverage ratio

---

[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/versions/81ee223d4908/schema)
