地址活動查詢
查詢交易列表、交易對手、歷史餘額與地址總覽。
交易列表
curl -X POST https://api.blockchainsecurity.asia/v1/transactions \
-H "X-API-Key: ak_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"blockchain": "tron",
"address": "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9",
"symbols": ["trx","usdt"],
"direction": "All",
"limit": 20,
"page": 0
}'{
"data": {
"chain": "tron",
"address": "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9",
"transactions": [
{ "tx_hash": "8b5e...", "txn_type": "token", "amount": 2.0, "value": "2",
"timestamp": 1764517689, "fee": 0,
"from": { "address": "TEPS...", "chain": "tron" },
"to": { "address": "TMuA...", "chain": "tron" } }
],
"page": 0,
"limit": 20,
"is_next_page": true
},
"meta": { "request_id": "..." }
}交易對手排行
兩地址之間的交易明細
兩地址聚合統計
歷史餘額(每日)
地址總覽
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

