# API

- [Getting Started with Definest API](https://docs.definest.ai/api/getting-started-with-definest-api.md)
- [Authentication](https://docs.definest.ai/api/authentication.md)
- [Wallet analytics](https://docs.definest.ai/api/wallet-analytics.md): The wallets endpoint allows you to access various information about wallets and their trades
- [Authentication](https://docs.definest.ai/api/wallet-analytics/authentication.md)
- [Wallets list](https://docs.definest.ai/api/wallet-analytics/wallets-list.md): Request cost: 5 credits
- [Wallet indicators](https://docs.definest.ai/api/wallet-analytics/wallet-indicators.md): Request cost: 1 credits
- [Wallet deals](https://docs.definest.ai/api/wallet-analytics/wallet-deals.md): Request cost: 1 credits
- [Wallet investment amount chart](https://docs.definest.ai/api/wallet-analytics/wallet-investment-amount-chart.md): Request cost: 1 credits
- [Wallet PNL chart](https://docs.definest.ai/api/wallet-analytics/wallet-pnl-chart.md): Request cost: 1 credits
- [Copy Trade Simulator](https://docs.definest.ai/api/wallet-analytics/copy-trade-simulator.md): Request cost: 10 credits


---

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