Skip to main content

Webhook event types

The available webhook event types are as follows:
Event TypeEvent Data TypeWhen It Occurs
wallets.transaction.createdTransactionA transaction has been detected on the blockchain, generating a transaction record. This event does not indicate that the transaction was successful.
wallets.transaction.updatedThere are changes to a transaction’s status or confirmation numbers.
The wallets.transaction.updated event covers the entire lifecycle of a transaction, including creation, completion, and failure. If you want to track every status change, you can subscribe to this event.
wallets.transaction.succeededA transaction has been successfully completed.
wallets.transaction.failedA transaction failed.
wallets.mpc.tss_request.createdTSSRequestA TSS request is created.
wallets.mpc.tss_request.updatedThere are changes to the status of a TSS request.
wallets.mpc.tss_request.succeededThe requested action has been successfully completed.
wallets.mpc.tss_request.failedThe requested action failed.

Data structure of webhook events

For a complete introduction of the webhook event data and its data structure, refer to the data.data property in the response of the List all webhook events operation. Screenshot of the webhook data stucture Additionally, you can view all webhook events in your organization on Cobo Portal > Developer> Webhook Events.