POST
/
dune
/
request-sign-message
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>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Success

The response is of type object.