> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks API

> Helius webhook 端点的完整 API 参考。创建、更新、删除和管理用于实时 Solana 交易和账户通知的 webhooks。

<Note>
  我们建议使用我们的 SDK 来与 webhooks 交互。您可以在[此处](/zh/sdks)找到 SDK 文档。
</Note>

<CardGroup cols={2}>
  <Card title="Create Webhook" href="/zh/api-reference/webhooks/create-webhook">
    创建一个新的 webhook，用于接收指定事件的通知。
  </Card>

  <Card title="Get Webhook" href="/zh/api-reference/webhooks/get-webhook">
    通过 ID 检索特定 webhook 的信息。
  </Card>

  <Card title="Update Webhook" href="/zh/api-reference/webhooks/update-webhook">
    更新现有 webhook 的配置。
  </Card>

  <Card title="Toggle Webhook" href="/zh/api-reference/webhooks/toggle-webhook">
    启用或禁用 webhook，而不删除它。
  </Card>

  <Card title="Delete Webhook" href="/zh/api-reference/webhooks/delete-webhook">
    通过 ID 删除特定的 webhook。
  </Card>

  <Card title="Get All Webhooks" href="/zh/api-reference/webhooks/get-all-webhooks">
    返回您帐户的所有 webhook 列表。
  </Card>
</CardGroup>
