Requests a message to sign for creating a Dune webhook token
curl --request POST \
--url https://api-staging.boost.xyz/dune/request-sign-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"budgetAddress": "<string>",
"chainId": 123,
"duneQueryId": 123
}'
{
"message": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.
curl --request POST \
--url https://api-staging.boost.xyz/dune/request-sign-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"budgetAddress": "<string>",
"chainId": 123,
"duneQueryId": 123
}'
{
"message": "<string>"
}
Requests a message to sign for creating a Dune webhook token
curl --request POST \
--url https://api-staging.boost.xyz/dune/request-sign-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"budgetAddress": "<string>",
"chainId": 123,
"duneQueryId": 123
}'
{
"message": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.
curl --request POST \
--url https://api-staging.boost.xyz/dune/request-sign-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"budgetAddress": "<string>",
"chainId": 123,
"duneQueryId": 123
}'
{
"message": "<string>"
}