地址工具
地址驗證、糾錯與前綴自動完成。
地址驗證 / 相似候選(resolve)
curl "https://api.blockchainsecurity.asia/v1/addresses/resolve?chain=tron&q=TXgXcJwxbDsDfTHq3BSZagZor4Dg74tb5Z" \
-H "X-API-Key: ak_live_YOUR_KEY"參數
必填
說明
{
"data": {
"query": "TXgXcJwxbDsDfTHq3BSZagZor4Dg74tb5Z",
"chain": "tron",
"match": true,
"candidates": [],
"total": 0,
"took_ms": 3
},
"meta": { "request_id": "..." }
}自動完成(autocomplete)
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

