SPX6,869.50+0.78%
DJI48,739.41+0.49%
NDX25,093.68+1.51%
RUT2,636.01+1.06%
VIX21.15-10.27%
TNX40.80+0.59%
GC5,164.10+0.77%
BTC72,765+6.48%
SPX6,869.50+0.78%
DJI48,739.41+0.49%
NDX25,093.68+1.51%
RUT2,636.01+1.06%
VIX21.15-10.27%
TNX40.80+0.59%
GC5,164.10+0.77%
BTC72,765+6.48%

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...