跨鏈追蹤
追蹤一筆交易的資金跨鏈去向,跨到別條鏈也能接上來源鏈與目的鏈。
單筆追蹤
curl "https://api.blockchainsecurity.asia/v1/cross-chain?txhash=0x11ce7a536a3ec57699c918ecd43424ea97b928cfee38508814b40e48cb79fe15&label=across" \
-H "X-API-Key: ak_live_YOUR_KEY"參數
必填
說明
{
"data": {
"results": [
{
"label": "Across Protocol",
"result": {
"source_chain": "Arbitrum",
"destination_chain": "Hyperliquid",
"source_tx_hash": "0x11ce7a536a3ec57699c918ecd43424ea97b928cfee38508814b40e48cb79fe15",
"destination_tx_hash": "0x6133d3c95096173c0b96be38612133af52e4c4ed05eb703639ca85b7dad99397",
"sender_address": "0xd0d80284e8db5b36373185b9ecaabe43350306e3",
"receiver_address": "0xd0d80284e8db5b36373185b9ecaabe43350306e3"
}
}
]
},
"meta": { "request_id": "..." }
}欄位
說明
批次追蹤
欄位
必填
說明
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

