POST request directly to your specified URL as soon as an event occurs.
This event-driven approach is more efficient and enables you to build responsive, automated workflows. For example, you can use webhooks to:
- Get instant notifications on the entire transaction lifecycle:
Created,Signed,Broadcasted,Confirmed, orFailed. - Trigger internal alerts when a policy requires your team’s approval.
- Update a customer’s order status in your database as soon as a payment is confirmed on-chain.
API reference
GET/webhooks List Webhooks
POST/webhooks Create Webhook
GET/webhooks/{webhookId} Get Webhook
PUT/webhooks/{webhookId} Update Webhook
DEL/webhooks/{webhookId} Delete Webhook
POST/webhooks/{webhookId}/ping Ping Webhook