Skip to main content
This page covers all wallet events that can trigger webhook notifications, and their associated data objects for the Webhooks v2 service.

Wallet event types

To receive a specific event, include its eventType in the webhook’s notification object.

Bulk operation events

These events track the lifecycle of asynchronous bulk operations: bulk vault account creation (vault_account.bulk_create_*) and bulk deposit address creation (vault_account.asset.bulk_add_*). A _job_started event is sent when the job is submitted, and a _job_ended event is sent when the job reaches a terminal state. Use the jobId to query the job status endpoint for per-item results.

Data objects

BulkJobStarted

BulkJobEnded