Skip to main content

WebhookSubscriptions

  • Array [
  • 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]

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