For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhooks

使用 Webhook 的方式接收 Bot 监控告警的信息

你可以在 如何设置 Webhook 里面配置选择使用 Webhook 接收数据,当该 Bot 监控告警被触发时,系统将会以POST的方式回调指定的 Webhook 中。

Event 告警回调数据示例

{
  "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 告警回调数据示例

Value 告警回调数据示例

Transaction 告警回调数据示例

Block 告警回调数据示例

NFT 告警回调数据示例

Snapshot 告警回调数据示例

Arweave 告警回调数据示例

最后更新于