Real-time notifications for blockchain events
Subscribe to blockchain events and receive instant notifications.
POST /v1/webhooks
{
"url": "https://your-app.com/webhook",
"events": ["transaction", "block", "account"]
}{
"event": "transaction",
"data": {
"signature": "5xyz...abc",
"slot": 245678901,
"timestamp": 1699564800,
"success": true
}
}