# 紹介

BlockSec AML APIサービスは、[**アドレスラベルクエリ**](https://docs.metasleuth.io/ja/blocksec-aml-api/address-label-api)と[**リスクスコアクエリ**](https://docs.metasleuth.io/ja/blocksec-aml-api/wallet-screening-api)の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="../address-label-api/apis#get-supported-chains">サポートされているチェーンの取得</a></td></tr><tr><td><code>POST</code></td><td><a href="../address-label-api/apis#get-address-labels">アドレスラベルの取得</a>（<a href="../address-label-api/apis#get-address-labels-in-batch">バッチ</a>で）</td></tr><tr><td><code>POST</code></td><td><a href="../address-label-api/apis#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="../wallet-screening-api/apis#get-supported-chains">サポートされているチェーンの取得</a></td></tr><tr><td><code>GET</code></td><td><a href="../wallet-screening-api/apis#get-risk-indicators">リスク指標の取得</a></td></tr><tr><td><code>POST</code></td><td><a href="../wallet-screening-api/apis#get-address-compliance-risk">リスクスコア結果の取得</a></td></tr></tbody></table>

## レート制限

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

## 詳細を読む

[authentication.md](https://docs.metasleuth.io/ja/blocksec-aml-api/introduction/authentication)

[response-format.md](https://docs.metasleuth.io/ja/blocksec-aml-api/introduction/response-format)
