# API 參考

本空間的 API 參考由 Blockchain Atlantis Gateway 的 OpenAPI 規格產生，內容隨服務自動保持同步。

* **互動式文件（可試打）**：[`/docs`](https://api.atlantis.example/docs)
* **OpenAPI 規格**：[`/api-docs/openapi.json`](https://api.atlantis.example/api-docs/openapi.json)

{% hint style="info" %}
**給文件維護者：** 上方左側的 OpenAPI 參考綁定名為 `blockchain-atlantis` 的規格。請在 GitBook 中將該規格指向正式 Gateway 的 `/api-docs/openapi.json`（透過 GitBook 的 OpenAPI 設定或 `gitbook openapi publish`），即可自動帶出所有端點。
{% endhint %}


---

# 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.blockchainsecurity.asia/api-reference/readme.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.
