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

# Ave Cloud Data API

## Getting Started

Please visit <https://cloud.ave.ai/register> to create a new account and receive your complimentary API key.

Join the <https://t.me/ave_ai_cloud> group to upgrade your API key plan or ask questions.

{% hint style="warning" %}
All API requests need the following header:

{% code fullWidth="false" %}

```http
X-API-KEY: <your-api-key>
```

{% endcode %}
{% endhint %}

## HTTP Rest API

{% hint style="success" %}
<https://prod.ave-api.com>

<https://data.ave-api.xyz>
{% endhint %}

* [Tx History](/data-api/rest/txs.md)
* [Token Info](/data-api/rest/tokens.md)
* [Wallet Info](/data-api/rest/wallets.md)
* [Kline Info](/data-api/rest/klines.md)

## Websocket API

{% hint style="success" %}
wss\://wss.ave-api.xyz
{% endhint %}

* [Heartbeats](/data-api/wss/ping.md)
* [Realtime Tx](/data-api/wss/txs.md)
* [Realtime Kline](/data-api/wss/klines.md)
* [Realtime Price Change](/data-api/wss/prices.md)
