📗API Documentation

Get Risk, PublicNameTag and Labels of a Single Address

👇 Example

Returns the Risk, PublicNameTag and Labels of a given address.

Risk level could be one of the following values:

  • None

  • Low

  • Medium

  • High

  • Critical

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

🔎 Request

Query parameters

ParameterDescription

address

The string representing the address to check for risk

apikey

The string representing your API key token

🖨ī¸ Response

{
  "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

Last updated