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