Webhooks
Receive push notifications when TXH triggers alerts or detects address flows.
Subscription
Register a webhook endpoint under Settings → Webhooks. Provide an HTTPS URL and store the generated signing secret. TXH retries delivery up to five times with exponential backoff.
Event Types
- `alert.triggered` – Fired when a price, volume, or custom rule evaluates to true.
- `onchain.flow` – Fired when tracked addresses exchange value beyond configured thresholds.
- `portfolio.signal` – Experimental signals generated by automated strategies.
Payload
Webhooks are JSON objects with `id`, `type`, `created_at`, and a `data` payload. Validate the `X-TXH-Signature` header by computing an HMAC-SHA256 digest over the raw body using your signing secret.