Webhooks
Webhooks are how you react in real-time to on-chain Transactions on Underdog.
The Webhook Model
Property | Description | Type |
---|---|---|
| Unique identifier for the Webhook | string |
| URL to send POST request to | string |
| Whether or not the Webhook is valid | boolean |
| The transaction types that trigger the Webhook | |
| Wallet address that owns the webhook | string |
Last updated