> For the complete documentation index, see [llms.txt](https://docs.metasleuth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metasleuth.io/ja/blocksec-aml-api/introduction.md).

# 紹介

BlockSec AML APIサービスは、[**アドレスラベルクエリ**](/ja/blocksec-aml-api/address-label-api.md)と[**リスクスコアクエリ**](/ja/blocksec-aml-api/wallet-screening-api.md)の2つの主要なAPIセットを提供しています。

## APIの概要

### アドレスラベルAPI

<table><thead><tr><th width="133">メソッド</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/NkFnPGGVQf3lPAATNZHq#get-supported-chains">サポートされているチェーンの取得</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/NkFnPGGVQf3lPAATNZHq#get-address-labels">アドレスラベルの取得</a>（<a href="/pages/NkFnPGGVQf3lPAATNZHq#get-address-labels-in-batch">バッチ</a>で）</td></tr><tr><td><code>POST</code></td><td><a href="/pages/NkFnPGGVQf3lPAATNZHq#get-entity-info">エンティティ情報の取得</a></td></tr></tbody></table>

### リスクスコアAPI

<table><thead><tr><th width="132">メソッド</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/8922NE18VyALnLGDiRz9#get-supported-chains">サポートされているチェーンの取得</a></td></tr><tr><td><code>GET</code></td><td><a href="/pages/8922NE18VyALnLGDiRz9#get-risk-indicators">リスク指標の取得</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/8922NE18VyALnLGDiRz9#get-address-compliance-risk">リスクスコア結果の取得</a></td></tr></tbody></table>

## レート制限

各APIリクエストのレート制限は1秒あたり5回のリクエストで、各サブスクリプションプランは**毎日のクエリ可能アドレス数**を制限します。詳細は私たちの[サブスクリプションページ](https://metasleuth.io/plans#apis)をご覧ください。

## 詳細を読む

[authentication.md](/ja/blocksec-aml-api/introduction/authentication.md)

[response-format.md](/ja/blocksec-aml-api/introduction/response-format.md)
