多跳資金追蹤
從一個地址多跳展開向外 / 向內的金流路徑,自動釐清資金最終流向。
追蹤資金流向
curl -X POST "https://api.blockchainsecurity.asia/v1/trace" \
-H "X-API-Key: ak_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"blockchain": "tron",
"address": "TDZmNAhbGrrSzZZ8JJx1E3YhnSQ9TZQtYy",
"track_setting": {
"startTime": 1721145600,
"endTime": 1721318399,
"outbound_depth": 3,
"inbound_depth": 1,
"limit": 5,
"enable_amount_aggregation": true
},
"filter_criterias": [
{ "symbol": "usdt", "min_value": 496, "max_value": 700, "sign": "range" }
]
}'欄位
必填
說明
欄位
說明
欄位
說明
欄位
說明
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

