# Markets RT Snapshot

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

Access a real-time "snapshot" of all current Markets streaming on our platform via REST. This web service returns a JSON array of market objects.&#x20;

It's recommended that you check this before trying to process real-time streaming messages, as this service will reflect the schema of the market-for-exchange (not all exchanges report the same information).

Utilize this endpoint to view all supported cryptocurrency exchanges and respective symbol/pairs available at any given time

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

![](/files/CH7WTG11sy8TnjQZmqad)

Markets Snapshot can be requested or sorted by base or quote symbol, or exchange.&#x20;

\&base=BTC

\&quote=USD&#x20;

\&exchange=kraken

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

Get snapshot of real-time streaming feed

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

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


---

# 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://cryptoquote.gitbook.io/cryptoquote/apis/rest-apis/market-data-snapshot/markets-rt-snapshot.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.
