Webhook Payload
Once a webhook URL is configured, the URL will be called with either our Enriched Transaction object — which can be found here or the raw Solana transaction object as defined in the Solana JSON-RPC spec, here.
For enhanced transactions, please input "enhanced" for the
webhookType
param — for raw transactions, please input "raw".
Note that raw transactions have much lower latencies due to us not parsing the event types.Last modified 2mo ago