---
title: "Liquidations"
method: GET
path: "/xrp/market-data/liquidations"
tags: ["XRP Market Data"]
---

# Liquidations

`GET /xrp/market-data/liquidations`

Liquidations are sum of forced market orders to exit leveraged positions caused by price volatility. Liquidations indicate current price volatility and traders' sentiment which side they had been betting.
Note that Binance's liquidation data collection policy has changed since [2021-04-27](https://binance-docs.github.io/apidocs/futures/en/#change-log), which makes the distribution of the data has changed after that.
| 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`*| 
| OKX            |   `okx`     | `xrp_usdt`<br/> `xrp_usd`<br/> `all_symbol`*| 
| Bitfinex            |   `bitfinex`     | `xrp_usdt`* |

## Query parameters

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

## Response `200`

Amount of long/short liquidations orders

- 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.
      - `long_liquidations` number, required — Amount of liquidated orders in long positions.
      - `short_liquidations` number, required — Amount of liquidated orders in short positions.
      - `long_liquidations_usd` number, required — Amount of liquidated orders in long positions in USD.
      - `short_liquidations_usd` number, required — Amount of liquidated orders in short positions in USD.

---

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