Webhook 訂閱
訂閱鏈上事件、地址風險變化、資金流異常與市場行為訊號,並以 HMAC 簽章驗證推送來源。
建立訂閱
curl -X POST https://api.blockchainsecurity.asia/v1/webhooks \
-H "X-API-Key: ak_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"target_url": "https://your-app.example/webhooks/events",
"event_type": "large_transfer"
}'欄位
必填
說明
{
"data": {
"id": "b2c3d4e5-...",
"target_url": "https://your-app.example/webhooks/events",
"event_type": "large_transfer",
"status": "active",
"created_at": "2026-06-02T08:00:00Z",
"secret": "whsec_1a2b3c..."
},
"meta": { "request_id": "..." }
}列出訂閱
刪除訂閱
驗證 webhook 來源
下一步
即時串流Last updated
Was this helpful?

