> For the complete documentation index, see [llms.txt](https://coinrotator.gitbook.io/coinrotator-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinrotator.gitbook.io/coinrotator-docs/key-pass-advanced-features/advanced-data-filter.md).

# Advanced Data Filter

CoinRotator's **Advanced Data Filter** is a premium feature available to **Key Pass holders**. While all users can access [basic filtering tools](https://coinrotator.gitbook.io/docs/screener-tools/filter), the advanced filter unlocks **powerful market insights** to help traders make more informed decisions.&#x20;

This upgrade introduces **Futures Data** and **Price Data**, offering a **deeper layer of analysis** beyond standard filtering options.

<figure><img src="/files/SVGXEkbu1UvtYO3uLmDw" alt="" width="563"><figcaption></figcaption></figure>

## Unlocking Advanced Trading Insights

The **Advanced Data Filter** offers deeper insights into market trends, trading volume, and leveraged positions. Unlike the standard filter, which focuses on general sorting and categorization, this enhanced tool gives access to two critical data categories:

### **Futures Data**&#x20;

Futures trading is a major driver of market movements, heavily influenced by leverage, funding rates, and open interest changes. The **Advanced Data Filter** includes the following futures-specific metrics:

* **Open Interest (OI):** Measures the total number of outstanding futures contracts, helping traders assess market sentiment and liquidity.
* **Funding Rate:** Shows the cost of holding long or short positions, which can indicate market imbalances and potential reversals.
* **Futures Volume:** Tracks trading volume in futures markets, highlighting demand shifts in leveraged positions.
* **OI / Market Cap Ratio:** A key metric comparing open interest to a coin’s market cap, revealing whether a market is overly leveraged or stable.

<figure><img src="/files/pHk3epBfszwRIOxhejGe" alt=""><figcaption></figcaption></figure>

### **Price Data** (For Spot Market & Trend Analysis)

Understanding price movements is essential for **identifying trends and risk levels**. The **Advanced Data Filter** provides deeper insights with these price-related metrics:

* **Circulating Supply % (Market Cap / FDV):** Measures how much of a coin’s supply is currently in circulation relative to its fully diluted valuation.
* **24H Volume / Market Cap:** Assesses trading activity relative to a coin’s size, useful for spotting high-momentum assets.
* **All-Time High (ATH):** The highest recorded price of a coin, serving as a reference point for potential resistance levels.
* **% from ATH:** Shows how far the current price is from the all-time high, helping traders assess recovery potential.
* **All-Time Low (ATL):** The lowest recorded price, useful for identifying historical support zones.
* **% from ATL:** Indicates how much a coin has risen from its lowest price, providing context on market cycles.

<figure><img src="/files/P3qrLOouy1jcNo55x7CN" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://coinrotator.gitbook.io/coinrotator-docs/key-pass-advanced-features/advanced-data-filter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
