# Synth API

## Untitled

- [Introduction](https://docs.synthdata.co/introduction.md)
- [Getting Started](https://docs.synthdata.co/getting-started.md)
- [Authentication](https://docs.synthdata.co/getting-started/authentication.md)
- [Credits and Pricing](https://docs.synthdata.co/getting-started/credits-and-pricing.md)
- [Assets](https://docs.synthdata.co/getting-started/assets.md)
- [REST API](https://docs.synthdata.co/getting-started/rest-api.md)
- [Error Handling](https://docs.synthdata.co/getting-started/error-handling.md): Handle errors gracefully when using Synth API.
- [Error Handling (old)](https://docs.synthdata.co/getting-started/error-handling-old.md): Handle errors gracefully when using Synth API.
- [Glossary](https://docs.synthdata.co/glossary.md)
- [MCP](https://docs.synthdata.co/mcp.md)
- [Websocket API](https://docs.synthdata.co/websocket-api.md)
- [REST API](https://docs.synthdata.co/rest-api.md)
- [Prediction Percentiles](https://docs.synthdata.co/prediction-percentiles.md): Get price distribution percentiles over the forecast horizon.
- [Insights](https://docs.synthdata.co/insights.md)
- [Volatility](https://docs.synthdata.co/insights/volatility.md)
- [Risk Management](https://docs.synthdata.co/insights/risk-management.md): Manage portfolio and position risk.
- [Options](https://docs.synthdata.co/insights/options.md): Use Synth API for options pricing and trading.
- [Trading](https://docs.synthdata.co/insights/trading.md): Build trading strategies using probabilistic forecasts.
- [Polymarket](https://docs.synthdata.co/insights/polymarket.md): Compare Synth predictions against Polymarket prices.
- [Limitless](https://docs.synthdata.co/insights/limitless.md): Compare Synth predictions against Limitless prices.
- [Volatility (old)](https://docs.synthdata.co/insights/volatility-old.md): Calculate current, historical, and forward-looking volatility metrics based on aggregated miner predictions.
- [Endpoints Overview](https://docs.synthdata.co/endpoints-overview.md)
- [Predictions](https://docs.synthdata.co/predictions.md)
- [Getting Started (old)](https://docs.synthdata.co/getting-started-old.md): Get up and running with Synth API in minutes.
- [Rate limits](https://docs.synthdata.co/getting-started-old/rate-limits.md)
- [Copy of Rate limits](https://docs.synthdata.co/getting-started-old/copy-of-rate-limits.md)
- [Endpoints Overview](https://docs.synthdata.co/endpoints-overview-1.md)
- [Predictions Best](https://docs.synthdata.co/endpoints-overview-1/predictions-best.md): Get predictions from the current top-ranked miner. This is the simplest endpoint - no miner selection required.
- [Predictions Historical](https://docs.synthdata.co/endpoints-overview-1/predictions-historical.md): Get predictions from a specific past date.
- [Predictions Latest](https://docs.synthdata.co/endpoints-overview-1/predictions-latest.md): Get the most recent predictions from specific miners.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.synthdata.co/introduction.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.
