> For the complete documentation index, see [llms.txt](https://docs.akbot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akbot.pro/documentation/documentation-1/advanced-features/api-interface.md).

# API Interface

> This feature has officially launched.\
> With the API opened, AKBot will become a trading service provider, allowing third parties to integrate with our strategy execution capabilities.

**Feature Preview**

* **Fetch Real-Time Market Data**
* **Order Placement & Cancellation API**
* **Query Positions & Trade Records**
* **Strategy Invocation & Automated Execution**

**Notes**

* API will use a **Key + Secret** authentication mechanism.
* **Rate limiting** will be applied to prevent abuse.
* **Multi-node access** will be provided to ensure low latency.\
  📌 **Version Status:** Officially open
* Usage requirement: After a user’s trading volume on AKbot reaches 100 SOL, they can contact customer support to receive the API documentation. This is to prevent users from suffering losses due to unfamiliarity with the website’s features.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.akbot.pro/documentation/documentation-1/advanced-features/api-interface.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.
