# Getting Started with Definest API

### How Definest API works

Definest actually has two different APIs, and you’ll need a separate key for each one.

### 1. Analytics API

This key unlocks our on-chain analytics engine. With it you can pull deep wallet data, build custom filters, and hunt for profitable addresses. Analytics access starts on the [**Premium plan**](https://definest.ai/plan) (and on any higher plan we add later).

### 2. Trading Plus API

This key lets you do the hands-on stuff—place buy/sell orders, run copy-trading, and manage your trading bots or bot groups. Because it can move real money, creating or regenerating this key requires a quick two-step check through email *and* Telegram. Trading Plus works on every plan, including Free; only the request limits change with each tier.

***

We’re steadily adding new endpoints to both APIs. Want the latest updates? Keep an eye on our [Telegram channel ](https://t.me/definest_ai)and our [X (Twitter)](https://x.com/definest_ai) feed.


---

# 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.definest.ai/api/getting-started-with-definest-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.
