Webhooks
Receive Bot monitoring alerts using Webhook
You can configure receiving data via Webhook in How to Set Up Webhook. When the Bot monitoring alert is triggered, the system will call back the specified Webhook via POST.
Event Alert Callback Data Example
{
"bot": {
"id": "310921842431212166",
"name": "ChainbotFactoryCN_Demo_event_formatTime"
},
"data": {
"block": {
"hash": "0x812c4e049074fc939f84a336b051d252ded717a00624659be5e9eaa0ea5c0e33",
"height": 16145470,
"time": "2022-12-09T06:49:47Z"
},
"chain": {
"chain_id": "1",
"explore": "https://etherscan.io",
"type": "Ethereum"
},
"conditions": [],
"event": {
"contract": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"params": {
"owner": "0x9173be58bf265c40385c6b3c4f8e80873c1255fd",
"spender": "0x1111111254eeb25477b68fb85ed929f73a960582",
"value": 1.157920892373162e+77
},
"rawEvent": {
"address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"blockHash": "0x812c4e049074fc939f84a336b051d252ded717a00624659be5e9eaa0ea5c0e33",
"blockNumber": "0xf65c3e",
"data": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
"logIndex": "0x1b",
"removed": false,
"topics": [
"0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
"0x0000000000000000000000009173be58bf265c40385c6b3c4f8e80873c1255fd",
"0x0000000000000000000000001111111254eeb25477b68fb85ed929f73a960582"
],
"transactionHash": "0xc0c8954508021711575e2e2261bf934f3228eb3cf51d5e836eafeaf66f7c9c86",
"transactionIndex": "0xe"
}
},
"transaction": {
"hash": "0xc0c8954508021711575e2e2261bf934f3228eb3cf51d5e836eafeaf66f7c9c86"
}
},
"subscription": {
"id": "310921842766756486",
"name": "ChainbotFactoryCN_Demo_event_formatTime1"
},
"time": "2022-12-09T06:49:49.993075864Z",
"version": "1.0"
}DEX Alert Callback Data Example
Value Alert Callback Data Example
Transaction Alert Callback Data Example
Block Alert Callback Data Example
NFT Alert Callback Data Example
Snapshot Alert Callback Data Example
Arweave Alert Callback Data Example
Last updated