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

# Introduction

Aevo supports REST and Websocket API.

**REST API Endpoints:**

* Mainnet: <https://api.aevo.xyz>
* Testnet: <https://api-testnet.aevo.xyz>

**Websocket API Endpoints:**

* Mainnet: wss\://ws.aevo.xyz
* Testnet: wss\://ws-testnet.aevo.xyz

Requests are all JSON objects.\
Responses are either a JSON object or array.

**SDKs:**

* Python: <https://github.com/aevoxyz/aevo-sdk>
