> ## 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.

# Tạo Webhook

> Tạo webhook mới để nhận thông báo theo thời gian thực về các giao dịch Solana, thay đổi tài khoản và sự kiện blockchain với bộ lọc tùy chỉnh

## Tham số yêu cầu

<ParamField body="webhookURL" type="string" />

<ParamField body="transactionTypes" type="array" />

<ParamField body="accountAddresses" type="array" />

<ParamField body="webhookType" type="string">
  * `enhanced`
  * `raw`
  * `discord`
  * `enhancedDevnet`
  * `rawDevnet`
  * `discordDevnet`
</ParamField>

<ParamField body="authHeader" type="string" />

<ParamField body="encoding" type="string" />

<ParamField body="txnStatus" type="string" />
