📗API 文档
获取单个地址的风险等级、PublicNameTag 和 Label 标签
👇 示例

返回给定地址的风险等级、PublicNameTag 和 Label 标签。
风险等级可以是以下值之一:
None
Low
Medium
High
Critical
https://api.usdtblacklist.com/openapi/v1/address?apikey=YourApiKeyToken&address=0xc8a65fadf0e0ddaf421f28feab69bf6e2e589963
🔎 请求
Query 参数
名称
描述
address
要查询的钱包地址的字符串
apikey
您的 API KeyToken 密钥字符串
🖨️ 返回
{
"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"
}
👋 联系我们
Last updated