幣種與鏈
查詢支援鏈別、資產清單與 Token Registry,並將 symbol 或合約地址解析為標準資產格式。
列出支援鏈別與資產
curl https://api.blockchainsecurity.asia/v1/chains \
-H "X-API-Key: ak_live_YOUR_KEY"{
"data": [
{
"name": "ethereum",
"token_addresses": [
{ "name": "ETH", "symbol": "ETH", "address": "0x0", "decimals": 18, "verified": true },
{ "name": "USDT", "symbol": "USDT", "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", "decimals": 6, "verified": true }
]
}
],
"meta": { "request_id": "9b1c2d3e-..." }
}完整 token registry
查詢指定鏈資產
解析 symbol / 合約 → 資產規格
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

