Notifications and tracking
Register webhooks before moving production funds. The Events reference defines withdrawal, deposit, account, and address-book-entry event payloads. After confirming a withdrawal, use a resource read as the authoritative state before advancing a dependent workflow.
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.