# REST API

Use REST API for request-response integrations.

### Sections

#### Public Endpoints

* [Public Endpoints](/api/rest-api/public-endpoints.md)
* [Public API Overview](/api/rest-api/public-endpoints/public-api-overview.md)
* [Search Events](/api/rest-api/public-endpoints/search-events.md)
* [Get Available Coins](/api/rest-api/public-endpoints/get-available-coins.md)
* [Get Categories](/api/rest-api/public-endpoints/get-categories.md)
* [Get Popular Tags](/api/rest-api/public-endpoints/get-popular-tags.md)

#### Private Endpoints

* [API Keys](/api/rest-api/private-endpoints/api-key-management/api-keys.md)
* [Orders](/api/rest-api/private-endpoints/orders.md)
* [Portfolio](/api/rest-api/private-endpoints/portfolio.md)
* [History & Stats](/api/rest-api/private-endpoints/history-and-stats.md)

#### Shared rules

* [FAQ](/api/faq.md) for authentication, rate limits, errors, and pagination.
* Examples use readable placeholder IDs such as `evt_btc_100k_2026` and `ord_7f3a9c2d`.


---

# 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.outpoll.com/api/rest-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.
