# API Documentation

## 👇 Example

<div align="left"><figure><img src="/files/Z0FmUUYwWMITtD8YRXM6" alt=""><figcaption><p>USDT BlackList Example</p></figcaption></figure></div>

Returns the Risk, PublicNameTag and Labels of a given address.&#x20;

**Risk level could be one of the following values:**&#x20;

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

{% code overflow="wrap" %}

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

{% endcode %}

## 🔎 Request

Query parameters

<table><thead><tr><th width="155">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>address</td><td>The string representing the address to check for risk</td></tr><tr><td>apikey</td><td>The string representing your API key token</td></tr></tbody></table>

## 🖨️ Response

```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"
}
```

## 👋 Contact us

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


---

# 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.usdtblacklist.com/api-documentation.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.
