Notifications and tracking
Register webhooks before creating production withdrawals. The Events reference defines withdrawal, account, and whitelisted-own-account event payloads.
For each delivery:
- verify the Ed25519 signature against the raw request body;
- deduplicate by event
id; - persist or enqueue the notification;
- return
2xxpromptly; and - fetch the related resource when current state matters.
Use polling and periodic reconciliation as recovery mechanisms. Webhook delivery is at least once and is not a substitute for authoritative resource reads.