POST
/
v0
/
webhooks
curl --request POST \
  --url https://api.helius.xyz/v0/webhooks \
  --header 'Content-Type: application/json' \
  --data '{
  "webhookURL": "<string>",
  "transactionTypes": [
    "ACCEPT_ESCROW_ARTIST"
  ],
  "accountAddresses": [
    "<string>"
  ],
  "accountAddressOwners": [
    "<string>"
  ],
  "webhookType": "enhanced",
  "authHeader": "<string>",
  "encoding": "<string>",
  "txnStatus": "<string>"
}'
{
  "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.

Body

application/json

Response

200 - application/json
The created webhook.

The response is of type object.