Skip to main content

WebhookSubscription

idstring

UUID Subscription identifier

callbackUrlstring

URL where the subscribed events will be sent

eventundefined[]

Types of events to subscribe to

Possible values: [TX_SENT, TX_MINED, TX_FAILED, TOKEN_TRANSFERED, TOKEN_MINTED, TOKEN_BURNED]

WebhookSubscription
{
"id": "string",
"callbackUrl": "string",
"event": [
null
]
}