WebhookSubscription
idstring<uuid>required
UUID Subscription identifier
callbackUrlstringrequired
URL where the subscribed events will be sent
eventundefined[]required
Types of events to subscribe to
Possible values: [TX_SENT, TX_MINED, TX_FAILED, TOKEN_TRANSFERED, TOKEN_MINTED, TOKEN_BURNED, TX_CONFIRMED]
WebhookSubscription
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"callbackUrl": "string",
"event": [
null
]
}