> 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/price-volume-gainers.md).

# Price Volume Gainers

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

The Price Volume Gainers API lets you pick from any of the supported exchanges and the amount of symbol records you want returned starting from highest market cap:

* OHLC Prices&#x20;
* Volume&#x20;
* Change / Return for the day
* Price Volume

Price Volume is the last price multplied by the volume, so it is the total volume times a current price level and are used to show high buying and selling interest at those specific levels.&#x20;

It is a good indicator of price levels over a certain periods of time and a good metric for understanding support and resistance on a cryptocurrency.&#x20;

Using our chart pattern recognition and technical indicators in conjunction with Price Volume Gainers can show the support and resistance for future price.&#x20;

{% embed url="<https://www.youtube.com/watch?index=52&list=PLog30vtb4ZA76-tBWML69sR_RuKNn1kaB&v=DzgRiFhReEk>" %}

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

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

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

<figure><img src="/files/4y1oY2vXkUChlkfc5pll" alt=""><figcaption></figcaption></figure>

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

As a trader this API allows to construct trend lines to make profitable trades.

An exchange can plug and play to allow its user to trade with this metric.

## [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_price_volume\&page=api_analytics)&#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/price-volume-gainers.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.
