Event Listening Quickstart
Get started with Helius event listening in minutes
This guide will walk you through setting up your first event listener with Helius.
Prerequisites
- A Helius API key (Get one from the Helius Dashboard)
- A webhook endpoint that can receive POST requests (for webhook listeners)
Setup Options
Helius offers two primary methods for event listening:
- Webhooks - Receive notifications when specific blockchain events occur
- WebSockets - Real-time event streaming for responsive applications
Quick Setup: Webhooks
1
Create a Webhook
2
Verify Receipt
Events matching your criteria will be sent to your webhook URL as POST requests. The payload will include:
Quick Setup: WebSockets
1
Connect to WebSocket Endpoint
2
Set Up Event Handlers
Next Steps
- Learn more about Webhooks
- Explore advanced event filtering options
- Set up notifications for specific transaction types
For additional help, join our Discord or Telegram communities.