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


---

# 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://ave-cloud.gitbook.io/data-api/ave-cloud-data-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.
