GET
/
v0
/
webhooks
curl --request GET \
  --url https://api.helius.xyz/v0/webhooks
[
  {
    "webhookID": "<string>",
    "wallet": "<string>",
    "webhookURL": "<string>",
    "transactionTypes": [
      "ACCEPT_ESCROW_ARTIST"
    ],
    "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

200
application/json
Webhooks for the given API key.

The response is of type object[].