Webhooks

Webhooks are how you react in real-time to on-chain Transactions on Underdog.

The Webhook Model

PropertyDescriptionType

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 updated