Skip to content
>
Mode: standard

Wallet Webhooks Setup

Setup

Configure where deposit and withdrawal events get delivered.

Wallet webhooks attach at two granularities: at the wallet level (every transaction on every address) or per individual address (overrides the wallet URL for that one address). Both can be set at creation time or updated later.

Wallet vs per-address — which to use

Attach at the wallet level when one endpoint handles every event for that wallet's currency. Attach at the address level when different customers, invoices, or accounting buckets should notify different downstream services. Per-address URLs take precedence when both are set.

HTTPS endpoints only

The URL you supply must be publicly reachable over HTTPS. Verify the HMAC signature on every delivery — never trust payload contents until the signature checks out. See Authenticating Requests.

Where to next?

Pick the most useful next step.