Skip to main content
POST
/
dune
/
create-webhook-token
Create Dune Webhook Token
curl --request POST \
  --url https://api-staging.boost.xyz/dune/create-webhook-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "chainId": 123,
  "duneQueryId": 123,
  "signature": "<string>",
  "budgetAddress": "<unknown>"
}
'
{
  "webhookUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
chainId
number
required
duneQueryId
number
required
signature
string
required
budgetAddress
any

Response

Success

webhookUrl
string
required