# Getting Started With Options Data

{% embed url="<https://youtu.be/8Jv4lqMNF0w?feature=shared>" %}
Access and Analyze BTC Options Data
{% endembed %}

This repo demonstrates basic functionality offered by the Coin Metrics Python API Client and **Market Data Feed,** specifically for Options data.

### Resources

To understand the data that Coin Metrics offers, feel free to peruse the resources below.

* The [Coin Metrics API v4](https://docs.coinmetrics.io/api/v4) website contains the full set of endpoints and data offered by Coin Metrics
* [Python Client docs](https://docs.coinmetrics.io/python-api-client/)

### Github Link

You can clone this repo directly to your desktop using Github Desktop, use PyCharm Github integration, etc.

{% embed url="<https://github.com/coinmetrics/terifi>" %}
Coinmetrics Repo
{% endembed %}


---

# Agent Instructions: 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/md_futures_overview-1.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.
