Webhook Delivery
Forward market intelligence signals to your own endpoints.
Webhook payloads contain market intelligence only. No trade execution, buy/sell instructions, or guaranteed outcomes. Always review signals before acting.
HMAC Signature Verification
Each delivery includes these headers for authenticity verification:
X-PulseMorph-Signature: v1=<hmac-sha256>
X-PulseMorph-Timestamp: <unix-seconds>
X-PulseMorph-Event: market_signal.created
Signature input: "{timestamp}.{raw_body}" — HMAC-SHA256 with your endpoint secret.