# 更新紀錄

{% updates format="full" %}
{% update date="2026-06-05" tags="feature" %}

## 資料 API 上線

新增一整批區塊鏈資料查詢端點，全部走同一把 `X-API-Key`、`{ data, meta }` 信封與 credit 計費。

### 幣種與鏈（免費）

* `GET /v1/chains`、`/v1/registry`、`/v1/assets`、`POST /v1/resolve` — 支援的鏈與幣種、完整 token registry、`symbol`／合約 → 資產規格解析。

### 地址活動

* `POST /v1/transactions`、`/v1/counterparty`、`/counterparty/transfer-between`、`/counterparty/overview`、`/v1/balance-history`、`/v1/wallet-overview` — 交易列表、交易對手排行、兩地址明細與聚合、每日歷史餘額、地址總覽。

### Token 持有結構

* `GET /v1/token/holders`、`/v1/token/concentration` — 持有者排行與集中度（HHI / Gini / Top-N 占比、有效持有人數）。

### 情報與搜尋

* `GET /v1/labels` — 地址情報標籤（交易所 / 風險等，多來源）。
* `GET /v1/addresses/resolve`、`/v1/addresses/autocomplete` — 地址驗證 / 糾錯與前綴自動完成（autocomplete 免費）。

### 匯率行情

* `GET /v1/rates`、`/v1/rates/history`、`/v1/rates/symbols` — 幣種 USD 時點 / 最新 / 歷史查價。

<a href="/pages/ByIWimQGjQXNbu22jwg9" class="button primary">看完整內容</a><a href="https://api.atlantis.example/docs" class="button secondary">開發者文件</a>
{% endupdate %}

{% update date="2026-06-02" tags="release" %}

## 首次發行

Blockchain Atlantis API Gateway 正式上線——面向企業與政府的區塊鏈服務統一接入層。

### 平台基礎

* **統一接入** — 一組 `X-API-Key`、一致的 `{ data, meta }` 回應信封。
* **用量計費** — credit 制計價，成功（2xx）才扣點，回應即時帶上成本與餘額。
* **彈性限流** — 依「API key + 端點」限流，超量可選擇拒絕或排隊等待。
* **可追溯** — 每個請求都有 `X-Request-Id` 並寫入審計紀錄。

### 即時推送

* **Webhook 訂閱** — 登記網址即可接收鏈上事件，並以 HMAC 簽章驗證來源。
* **WebSocket 串流** — 建立長連線，低延遲接收即時事件。

### 管理後台

* API key 的建立／撤銷、credit 加值、方案管理。

<a href="/pages/NS8K2uanRK2FKhpTBlsl" class="button primary">看完整內容</a><a href="https://api.atlantis.example/docs" class="button secondary">開發者文件</a>
{% endupdate %}
{% endupdates %}


---

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