> For the complete documentation index, see [llms.txt](https://supraoracles.gitbook.io/supra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supraoracles.gitbook.io/supra/oracles/apis-real-time-and-historical-data.md).

# APIs - Real time and Historical data

Welcome to the Supra Price Feeds API!

This guide provides all the resources you need to integrate Supra’s REST and WebSocket APIs into your applications. Our APIs deliver reliable, real-time, and historical crypto price feeds for a wide range of assets, enabling you to build dynamic charts, track trends, and enable users to make informed decisions with better accuracy.\
Designed for seamless integration, the APIs cater to developers aiming to create high-performance applications with accurate market data from Supra.

{% hint style="danger" %}
Supra APIs are currently available in Early Access mode.\
Please submit this [form](https://docs.google.com/forms/d/e/1FAIpQLSfHZr8BHLTY8q_MjbuKZPpdgQS0oGmRIrsn9H-HrieH9eQjFw/viewform) and contact us via the Supra Builders Telegram [channel](https://t.me/+gJxSM8Cy1AsxNmJh) for support.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>WebSocket API<br>Real Time Data Streaming</td><td></td><td><a href="/supra/oracles/apis-real-time-and-historical-data/websocket-api.md">WebSocket API</a></td></tr><tr><td></td><td>Rest API<br>History data</td><td></td><td><a href="/supra/oracles/apis-real-time-and-historical-data/rest-api.md">Rest API</a></td></tr></tbody></table>


---

# 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://supraoracles.gitbook.io/supra/oracles/apis-real-time-and-historical-data.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.
