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, TX_CONFIRMED, TOKEN_TRANSFERED, TOKEN_MINTED, TOKEN_BURNED, GAS_USAGE_HIGH]
PostWebhookSubscription
{
"callbackUrl": "string",
"event": "string"
}