Tetron.fun - Webhooks & Event Subscriptions
Configure and consume real‑time callbacks for score updates and on‑chain events.
Webhooks & Event Subscriptions
TetronFun supports real‑time event delivery via webhooks and message subscriptions. This page describes how to configure endpoints, subscribe to channels, secure your callbacks, and handle retries.
1. Webhook Overview
Purpose: Receive push notifications when a scoring result is available or when on‑chain events of interest occur.
Supported Events:
score.completed
– a transaction scoring has finishedaddress.updated
– reputation score change for a walletrouting.executed
– smart route execution details
2. Configuring Webhooks
Create a Webhook Endpoint In the dashboard, navigate to Settings → Webhooks and click Add Endpoint.
Specify URL & Events
Enter a secure HTTPS URL (TLS 1.2+).
Select events to subscribe.
Secret Signing Key Dashboard generates a
secret
used to HMAC‑SHA256 sign each payload.
3. Payload Format
Last updated