Skip to main content
Dexxify notifies your backend the moment something happens — a deposit lands, a payment completes, a payout succeeds or fails, a swap finishes, a refund processes.

Registering an endpoint

One endpoint per environment — registering again for the same mode replaces the existing URL. Fetch or remove it with:

Verifying a webhook

Every request Dexxify sends carries three headers: Verify the signature before trusting the payload:
Compute the HMAC over the raw request body, not a re-serialized JSON object — re-serializing can change key order or whitespace and break the signature check.
Get or regenerate your signing secret:
Regenerating invalidates the old secret immediately. Any in-flight deliveries signed with the previous secret will fail verification on your end.

Event types

Delivery history

Useful for debugging — shows what was sent and whether your endpoint acknowledged it.