Bitcoin 找零地址偵測
偵測 Bitcoin 交易中的找零地址,推定付款輸出與找零輸出。
找零地址偵測
curl -X POST "https://api.blockchainsecurity.asia/v1/btc/change-address" \
-H "X-API-Key: ak_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"txid": "f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16"
}'欄位
必填
說明
{
"data": {
"txid": "f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16",
"change_address": "12cbQLTHMqcyjg2b7ZdvD8gnF5jPbE2yz",
"change_index": 1,
"confidence": 0.82,
"reasons": ["address_reuse", "round_number_payment"]
},
"meta": { "request_id": "..." }
}欄位
說明
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

