# 首次發行

Blockchain Atlantis API Gateway 正式上線。本次發行提供一套完整的企業級接入基礎，讓你以一致、安全、可計費的方式存取區塊鏈服務。

### 統一 API 接入

* 以 `X-API-Key` 認證，所有成功回應採 `{ data, meta }` 信封，錯誤採 `{ error: { code, message } }`。
* 列表型端點採 `limit`／`offset` 分頁。

<a href="https://api.atlantis.example/docs" class="button primary">閱讀文件</a>

### 用量計費

* credit 制計價，**只有成功（2xx）回應才扣點**。
* 每個成功回應帶 `X-Credit-Cost` 與 `X-Credit-Remaining`。
* 每筆扣點寫入帳本並關聯 `request_id`，可供對帳。

### 限流

* 依「API key + 端點」限流，依方案設定 RPS 與 Burst。
* 超量可選 `reject`（回 429，附 `Retry-After`）或 `wait`（排隊等待）。

### 即時推送

* Webhook 訂閱：建立／列出／刪除，事件以 HMAC 簽章驗證來源。
* WebSocket 串流：`/v1/stream` 長連線即時接收事件。

### 管理後台

* 管理員以帳號密碼登入控制平面。
* 管理 API key（建立／撤銷／調整 credit）與方案。

<details>

<summary>安全性</summary>

* API key 僅保存雜湊值，不保存明碼。
* 管理員密碼以單向雜湊保存。
* 每個請求皆有追蹤碼並寫入審計紀錄。

</details>


---

# 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/changelog/2026/product-update.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.
