> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt
> Use this file to discover all available pages before exploring further.

# AML API

> 对钱包地址进行全球制裁和黑名单筛查。

AML API 允许您实时对任意钱包地址进行 OFAC、FBI、Tether 和 Circle 黑名单筛查。使用此功能可在发送或接收资金之前标记高风险地址。

## 功能概述

* 查询任意钱包地址并获取风险评估
* 识别 OFAC 制裁名单、FBI 监视名单和稳定币发行方黑名单上的地址

## 端点

| 方法    | 端点                              | 描述     |
| ----- | ------------------------------- | ------ |
| `GET` | `/aml/lookup?address={address}` | 筛查钱包地址 |

<Card title="完整 API 参考" icon="book" href="/zh/api-reference/aml/lookup">
  在 API 参考选项卡中查看 AML 端点。
</Card>
