# Trading API

> **⚠️ Important Notice**
>
> The information on this page has been replaced with a redirect to the official developer documentation. For accurate and up-to-date API documentation, please refer to the official source.

## Official Developer Documentation

For comprehensive and accurate Trading API documentation, please visit our official developer documentation:

[**📖 Polynomial Developer Documentation - API**](https://docs.polynomial.fi/developer-documentation/api/introduction)

This official documentation includes:

* Complete API endpoint reference
* Authentication methods
* Rate limits and best practices
* SDK examples and integration guides
* Real-time WebSocket documentation
* Error handling and troubleshooting

## API Key Access

To access the Trading API, you'll need an API key. To request an API key:

1. **Join our Discord community**
2. **Create a support ticket** requesting API access
3. **Provide details** about your intended use case
4. **Our team will review** and provide you with an API key and access to the complete developer documentation

## Support

* **Discord:** [Polynomial Discord](https://discord.gg/polynomial) - Create a support ticket for API access
* **Official Docs:** [Developer Documentation](https://docs.polynomial.fi/developer-documentation/api/introduction)
* **Example Repository:** Available in the official documentation

***

*For the most accurate and up-to-date information, always refer to the official developer documentation.*


---

# 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://docs.polynomial.fi/reference/trading-api.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.
