GET
/
v0
/
webhooks
Returns all webhooks.
curl --request GET \
  --url https://api.helius.xyz/v0/webhooks
[
  {
    "webhookID": "<string>",
    "wallet": "<string>",
    "webhookURL": "<string>",
    "transactionTypes": [
      "ANY"
    ],
    "accountAddresses": [
      "<string>"
    ],
    "webhookType": "enhanced",
    "authHeader": "<string>"
  }
]

Authorizations

api-key
string
query
required

Your Helius API key. You can get one for free in the dashboard.

Response

Webhooks for the given API key.

webhookID
string
wallet
string
webhookURL
string
transactionTypes
enum<string>[]
accountAddresses
string[]
webhookType
enum<string>
Available options:
enhanced,
raw,
discord,
enhancedDevnet,
rawDevnet,
discordDevnet
authHeader
string