地址標籤與身分
查詢地址的情報標籤(交易所、混幣器、風險等)。
查標籤
curl "https://api.blockchainsecurity.asia/v1/labels?chain=ethereum&address=0x28c6c06298d514db089934071355e5743bf21d60" \
-H "X-API-Key: ak_live_YOUR_KEY"參數
必填
說明
{
"data": {
"chain": "ethereum",
"address": "0x28c6c06298d514db089934071355e5743bf21d60",
"label": {
"entity_name": "Binance",
"category": "entity_actor",
"labels": ["Binance", "hot"],
"confidence": 1.0,
"verified": true,
"hit_tier": "first_party"
},
"needs_deep_analysis": false,
"results": [
{
"source": "first_party",
"status": "ok",
"category": "entity_actor",
"name": "Binance",
"labels": ["Binance", "hot"],
"verified": true,
"raw": { "...": "原始來源回應" },
"fetched_at": 1700000000,
"cached": false
}
],
"fetched_at": 1700000000
},
"meta": { "request_id": "..." }
}欄位
說明
欄位
說明
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

