Axiym

Notifications and tracking

View Markdown

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:

  1. verify the Ed25519 signature against the raw request body;
  2. deduplicate by event id;
  3. persist or enqueue the notification;
  4. return 2xx promptly; and
  5. 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.