quickstart.md
Solana Webhooks Quickstart
Create and manage Helius Solana webhooks via the Dashboard, REST API, or official SDKs (TypeScript and Rust).
We provide three ways to create, edit, and manage webhooks on Helius.
Via Helius Dashboard
The Helius UI is the fastest no-code option, with built-in log viewing and test event delivery. Open it at the Dashboard. The Dashboard supports up to 25 addresses per webhook — for more, use the API or SDK.
Via Helius API
Use the REST API if you're not working in TypeScript or JavaScript, or if you need to manage more than 25 addresses per webhook.
Via Helius SDK
The easiest way to interact with Helius webhooks programmatically is through our official SDKs.