> For the complete documentation index, see [llms.txt](https://docs.aio.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aio.exchange/aio-exchange-api.md).

# AIO Exchange API

AIO Exchange offers connectivity to data from over 16 different exchanges. The API supports aggregated and batch calls, allowing data to be queried simultaneously from multiple exchanges. All exchange data (regardless of the source) is provided in our AIO types allowing API connectors to implement just one call for all exchanges. This will also allow to increase our list of connected exchanges without requiring new API calls.

URL: <mark style="color:orange;">**<https://api.aio.exchange>**</mark>

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

Last Updated: <mark style="color:orange;">**02/22/2025**</mark>

**Request More Access**

AIO Exchange API has 140+ different API calls and endpoints. We will be adding more publicly available endpoints as we progress through our alpha and beta testing, for now we are providing some of our most aggregated calls to raise publicity through the impressive abstraction of AIO Exchange.  If you'd like to gain early access to the world's most powerful cryptocurrency aggregation API, contact us directly at **<support@aio.exchange>** or via **<https://aio.exchange/contact>.** We'd love you to become a part of our future.


---

# 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:

```
GET https://docs.aio.exchange/aio-exchange-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.
