> For the complete documentation index, see [llms.txt](https://gitbook-docs.coinmetrics.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-docs.coinmetrics.io/tutorials-and-examples/tutorials/obtaining-futures-market-liquidations.md).

# Obtaining Futures Market Liquidations

{% embed url="<https://www.youtube.com/watch?v=BzEHJc2mRto>" %}

{% embed url="<https://github.com/coinmetrics/demo/blob/master/Market_Liquidations.ipynb>" %}

### Instructions

The notebook linked above shows how to obtain liquidation metrics for futures. We show both REST API calls and web socket connections for the same.

The video also covers how to use Reference Data and Catalog. It is applicable for all market data / asset metrics.

The notebook was published for [Google Colab](https://colab.research.google.com/). If you want to use it in Colab, the easiest way is to open Colab and load the notebook from the Github URL (pasted into the open dialog). This method does not require cloning the repo first.

If you prefer to use the notebook with Jupyter, all you need to change is the way in which the API key is retrieved.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook-docs.coinmetrics.io/tutorials-and-examples/tutorials/obtaining-futures-market-liquidations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
