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