Notifications

The notifications you receive from thirdeye.

Everytime your alert triggers (Read more about alerts here), You will receive a notification.

Webhook notifications

For Ethereum, You will get notifications that look like this:

{
  "message": "Alert GAS_PRICE_THRESHOLD triggered for transaction 0xb5dd96df1f0198760dbefc5b014c8c05023d183a464d9f5303657cbac498c35f",
  "transaction": {
    "r": "0x6be17b7a7279634f6d7924ea730512c838f8329f5a503780ef1504111ea1dab0",
    "s": "0x21bc9aafcd6e0a9d225d5a0eb7ec174993a93d12d251a2292362e7ea633e45b7",
    "v": "0x1",
    "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
    "gas": 73404,
    "from": "0xd5a6c661e839825734950f8f18e82cad2bd52e9c",
    "hash": "0xb5dd96df1f0198760dbefc5b014c8c05023d183a464d9f5303657cbac498c35f",
    "input": "0x095ea7b3000000000000000000000000cafd2f0a35a4459fa40c0517e17e6fa2939441ca00000000000000000000000000000000000000000000000000000000004c4b40",
    "nonce": 57,
    "value": 0,
    "output": "",
    "fn_name": "",
    "gasPrice": 34000000000,
    "blockHash": null,
    "timestamp": 1711298394.145415,
    "blockNumber": null,
    "transactionIndex": null
  },
  "notification_limit_details": {
    "limit": 5,
    "current": 4
  }
}

"transaction" from here is the "txn" object used in the "condition" variable in the alert configuration.

"notification_limit_details" has details about your notification limit. For now, on prod, our notification limit for an organization is 5 but that's very temperorary. Let us know if you want to increase yours by reaching out to us on twitter @ 0x0elliot.

Last updated