> ## Documentation Index
> Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
> Use this file to discover all available pages before exploring further.

# 列出事件类型

> 检索 WaaS 2.0 中所有可用的 webhook 事件类型，帮助用户了解可能的事件。

<Tip>
  即刻安装 [Cobo WaaS Skill](/developers/v2_cn/guides/overview/cobo-waas-skill)，在 Claude Code、Cursor 等 AI 开发环境中使用自然语言集成 WaaS API，显著提升开发效率 🚀
</Tip>

使用此命令检索 WaaS 2.0 中所有可用的 webhook 事件类型。事件类型的可能值包括：

* `wallets.transaction.created`
* `wallets.transaction.updated`
* `wallets.transaction.failed`
* `wallets.transaction.succeeded`
* `wallets.mpc.tss_request.created`
* `wallets.mpc.tss_request.updated`
* `wallets.mpc.tss_request.failed`
* `wallets.mpc.tss_request.succeeded`

## 用法

```shell theme={null}
cobo webhook events
```

## 示例

```shell theme={null}
cobo webhook events
```

此命令检索所有可用的 webhook 事件类型。
