> For the complete documentation index, see [llms.txt](https://cryptoquote.gitbook.io/cryptoquote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptoquote.gitbook.io/cryptoquote/apis/analytics-apis/markets/gap-up-down.md).

# Gap Up / Down

<mark style="color:orange;">**Description**</mark>

Ranks securities by the highest Gap Up or Down

* Exchanges

* Gap Direction&#x20;

  * Up
  * Down

* Limit Records&#x20;

<mark style="color:orange;">**End Point**</mark>

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

<mark style="color:orange;">**Example**</mark>

Get Top 10 cryptocurrency symbols which are UP for 5 consecutive days on Gemini exchange

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

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

<mark style="color:orange;">**Use Cases**</mark>

**Active Trader:**&#x20;

* Identify securities with the highest gap UP or DOWN.&#x20;

**Exchange or Brokerage**&#x20;

* Personalize your client engagement by issuing an alert when a security in a client’s watchlist or portfolio is included in the returned results&#x20;

## [Click here for a Free API key](https://www.cryptoquote.io/register) then [**Test the API yourself!**](https://www.cryptoquote.io/api_doc?code=movers\&page=api_analytics#test)&#x20;


---

# 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://cryptoquote.gitbook.io/cryptoquote/apis/analytics-apis/markets/gap-up-down.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.
