---
title: "Open Interest"
method: GET
path: "/xrp/market-data/open-interest"
tags: ["XRP Market Data"]
---

# Open Interest

`GET /xrp/market-data/open-interest`

This endpoint returns XRP Perpetual Open Interest from derivative exchanges. 
| Name           |   Exchange     | Symbol |
|----------------|--------------|----|
| All Exchanges  |   `all_exchange` | `all_symbol`* |
| Binance        |   `binance`  | `xrp_usdt`<br/>`xrp_usd`<br/> `all_symbol`*|
| Bybit          |   `bybit`    | `xrp_usdt`<br/>`xrp_usd`<br/> `all_symbol`*| 
| Bitmex         |   `bitmex`   | `xrp_usd`* | 
| HTX Global   |   `htx_global` | `xrp_usdt`*  |
| Kraken         |   `kraken`   | `xrp_usd`* |  
| OKX            |   `okx`     | `xrp_usdt`<br/>`xrp_usd`<br/> `all_symbol`* | 
| Bitfinex            |   `bitfinex`     | `xrp_usdt`* | 

Supported exchanges for Open Interest are available in Discovery section.
Note we unify the unit of return value to USD for each exchange where its contract specification may vary.

**📖 Data Guide:** [Open Interest](/data-guide/market/open-interest) — definition, interpretation, and chart examples.

## Query parameters

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

## Response `200`

Open Interest in USD

- 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 min 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.
      - `open_interest` string, required — The amount of open interest in the given period and exchange. The standard unit can differ from each exchange.

---

[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)
