Supported Event Types
Creating a Webhook
In the Dashboard
- Go to Blockchain → Webhooks → +
- Enter a label and your publicly accessible HTTPS endpoint URL
- Save
Via API
Webhook Payload
Each request delivers a JSON array of one or more events:Verifying Signatures
Every webhook request includes two headers:X-MultiBaas-Signature— HMAC-SHA256 of the raw request body concatenated with the timestampX-MultiBaas-Timestamp— Unix timestamp as a string