# Prices Snapshot

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

While the Markets snapshot endpoint will give you what's currently in our Market State, it's possible that it will exclude illiquid markets (e.g. markets that have not traded in several days).\
To obtain the latest reference price data for all markets in our ecosystem, you can use the Prices Snapshot API.\
\
Notes:

* The timestamp field will reflect the last time the market has traded (aggregated to a 1-minute interval).
* The data is updated every 30-minutes.

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

![](/files/eClLPgOs9WcGyAMPEvBB)

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

Get snapshot of all markets available in streaming feed&#x20;

<figure><img src="/files/TEzuttPplheODfUpl9f3" 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/prices\&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/prices-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.
