> For the complete documentation index, see [llms.txt](https://docs.blockchainsecurity.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockchainsecurity.asia/help-center/kai-shi-shi-yong/what-you-can-query.md).

# 能查到什麼

透過一把 API key，你可以查詢以下幾類資料。完整參數、`curl` 範例與回應結構見[開發者文件](https://api.blockchainsecurity.asia/docs)。

| 分類                       | 能做什麼                              | 主要端點                                                                            |
| ------------------------ | --------------------------------- | ------------------------------------------------------------------------------- |
| **Assets & Market Data** | 支援哪些鏈／幣、symbol→資產解析、USD 時點 / 歷史查價 | `/v1/chains`、`/v1/registry`、`/v1/resolve`、`/v1/rates`                           |
| **On-chain Data**        | 交易列表、交易對手、歷史餘額、地址總覽、持有者排行與集中度     | `/v1/transactions`、`/v1/counterparty`、`/v1/wallet-overview`、`/v1/token/holders` |
| **Risk & Intelligence**  | 地址情報標籤、ML 地址分類、行為風險評分             | `/v1/labels`、`/v1/address-classify`、`/v1/address-risk`                          |
| **Investigation**        | 多跳金流路徑追蹤、Bitcoin 找零偵測             | `/v1/trace`、`/v1/btc/change-address`                                            |
| **Cross-chain**          | 跨鏈橋接續追蹤資金去向                       | `/v1/cross-chain`                                                               |
| **Address Utilities**    | 地址驗證 / 糾錯、前綴自動完成                  | `/v1/addresses/resolve`、`/v1/addresses/autocomplete`                            |
| **Events**               | 鏈上事件 webhook 主動推播                 | `/v1/webhooks`                                                                  |

## 計費

多數查詢成功才扣 credit；中繼資料類（幣種、自動完成、查價）免費。每次回應 header 帶 `X-Credit-Cost` 與 `X-Credit-Remaining`。詳見 [Credit 計費怎麼運作](/help-center/fang-an-yu-ji-fei/how-credit-billing-works.md)。

{% hint style="info" %}
要看每支端點的完整 `curl` 與回應範例、線上試打，請到[開發者文件 `/docs`](https://api.blockchainsecurity.asia/docs)。
{% endhint %}
