Webhook event types
The available webhook event types are as follows:| Event Type | Event Data Type | When It Occurs |
|---|---|---|
wallets.transaction.created | Transaction | A transaction has been detected on the blockchain, generating a transaction record. This event does not indicate that the transaction was successful. |
wallets.transaction.updated | There 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.succeeded | A transaction has been successfully completed. | |
wallets.transaction.failed | A transaction failed. | |
wallets.mpc.tss_request.created | TSSRequest | A TSS request is created. |
wallets.mpc.tss_request.updated | There are changes to the status of a TSS request. | |
wallets.mpc.tss_request.succeeded | The requested action has been successfully completed. | |
wallets.mpc.tss_request.failed | The requested action failed. |
Data structure of webhook events
For a complete introduction of the webhook event data and its data structure, refer to thedata.data property in the response of the List all webhook events operation.
Additionally, you can view all webhook events in your organization on Cobo Portal > Developer> Webhook Events.