SPX6,946.13+0.81%
DJI49,482.15+0.63%
NDX25,329.04+1.41%
RUT2,663.33+0.41%
VIX17.93-8.29%
TNX40.48+0.37%
GC5,174.33+0.55%
BTC68,044+6.22%
SPX6,946.13+0.81%
DJI49,482.15+0.63%
NDX25,329.04+1.41%
RUT2,663.33+0.41%
VIX17.93-8.29%
TNX40.48+0.37%
GC5,174.33+0.55%
BTC68,044+6.22%

Webhooks

Receive real-time notifications for events

Your Webhooks

Signature Verification

Verify webhook authenticity using HMAC-SHA256:

const signature = req.headers['x-webhook-signature']; const payload = JSON.stringify(req.body); const expected = crypto .createHmac('sha256', secret) .update(payload) .digest('hex'); const valid = signature === expected;
Retry Policy

Failed deliveries are retried automatically:

  • 3 retry attempts
  • Exponential backoff (5s, 30s, 60s)
  • Webhook disabled after 10 consecutive failures

Command Palette

Search for a command to run...