# 紹介

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)


---

# 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.metasleuth.io/ja/blocksec-aml-api/introduction.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.
