# 介绍

BlockSec AML API 服务提供两套主要的 API，分别为 [**地址标签查询**](https://docs.metasleuth.io/zh_cn/blocksec-fan-xi-qian-api/address-label-api) 和 [**风险评分查询**](https://docs.metasleuth.io/zh_cn/blocksec-fan-xi-qian-api/wallet-screening-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 请求的速率限制为每秒五个请求，每个订阅计划限定每日可 **查询的地址** 数量。查看我们的 [订阅页面](https://metasleuth.io/plans#apis) 以获取更多详情。

## 了解更多

[authentication.md](https://docs.metasleuth.io/zh_cn/blocksec-fan-xi-qian-api/introduction/authentication)

[response-format.md](https://docs.metasleuth.io/zh_cn/blocksec-fan-xi-qian-api/introduction/response-format)
