# API 文档

## 👇 示例

<div align="left"><figure><img src="https://3759267893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJEOwc8I5TsSQci7yoUEB%2Fuploads%2FhSDiomBjCoe8cXbCFUGn%2Fusdtblacklist-cn.png?alt=media&#x26;token=37d35aa8-8bcb-4a1b-8753-3fc75a594d0d" alt=""><figcaption><p>USDT BlackList 使用示例</p></figcaption></figure></div>

返回给定地址的风险等级、PublicNameTag 和 Label 标签。&#x20;

**风险等级可以是以下值之一：**

* **None**
* **Low**
* **Medium**
* **High**
* **Critical**

{% code overflow="wrap" fullWidth="true" %}

```java
https://api.usdtblacklist.com/openapi/v1/address?apikey=YourApiKeyToken&address=0xc8a65fadf0e0ddaf421f28feab69bf6e2e589963
```

{% endcode %}

## 🔎 请求

Query 参数

<table><thead><tr><th width="145">名称</th><th>描述</th></tr></thead><tbody><tr><td>address</td><td>要查询的钱包地址的字符串</td></tr><tr><td>apikey</td><td>您的 API KeyToken 密钥字符串</td></tr></tbody></table>

## 🖨️ 返回

```json
{
  "code": 200,
  "msg": "",
  "data": {
    "chainType": "ERC20",
    "address": "0xc8a65fadf0e0ddaf421f28feab69bf6e2e589963",
    "risk": "Critical",
    "tip": "This address is reported to be involved in a PolyNetwork exploit.",
    "relatedUrl": "https://twitter.com/PolyNetwork2/status/1425073987164381196",
    "publicNameTag": "PolyNetwork Exploiter 1",
    "labels": [
      "Blocked",
      "Exploit",
      "Heist"
    ]
  },
  "requestId": "c3332d94-1365-4735-858a-b51c60040506"
}
```

## 👋 联系我们

{% embed url="<https://t.me/hi_usdtblacklist>" %}
