Create Webhook
Programatically create a Helius webhook.
POST /webhooks
Creates a webhook with specified account addresses, transaction types, and a webhook URL. Optionally, you can include an authorization header to verify that the webhook originated from Helius. For a full list of supported transaction types, please see Transaction Types
You can add up to 100,000 addresses via the API.
Code Examples
Testing Environments
Here are some testing environments that are quick to set up for posting webhook events:
Last updated