{
"op": "INSERT", // Can be either INSERT, UPDATE, or DELETE
"data_source": "x2y2/v1", // The subgraph or indexer that is being tracked
"data": {
"old": null, // Entity Data, null if op is INSERT
"new": { // Entity data, null if op is DELETE
// This is an example from a subgraph tracking x2y2
"amount": "1",
"log_index": 268,
"price_eth": "0.017",
"strategy": "STANDARD_SALE",
"collection": "0x7bdb0a896efacdd130e764f426e555d1ebb52f54",
"seller": "0xd582a0530a1e5aee63052a68aa745657a8471504",
"transaction_hash": "0x996d3c9cda22fa47e9bb16e4837a28fccbd5643c952ed687a80fd97ceafb69c6",
"id": "0x996d3c9cda22fa47e9bb16e4837a28fccbd5643c952ed687a80fd97ceafb69c6-268",
"block_number": "16322627",
"vid": "1677156",
"timestamp": "1672705139",
"is_bundle": false,
"buyer": "0x539ea5d6ec0093ff6401dbcd14d049c37a77151b",
"block_range": "[16322627,)",
"token_id": "383"
}
},
"webhook_name": "x2y2-webhook", // Name of your webhook
"webhook_id": "webhook_clcfdc9gb00i50hyd43qeeidu" // Uniquely generated ID for the webhook
"id": "36a1a4a6-1411-4a13-939c-9dd6422b5674", // Unique ID for the event
"delivery_info": {
"max_retries": 10,
"current_retry": 0
},
"entity": "trade" // The subgraph entity being tracked
}