Skip to main content

PostWebhookSubscription

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]

PostWebhookSubscription
{
"callbackUrl": "string",
"event": "string"
}