manager
metrics
accesslists
boosts
users
- GETuser profile
- GETuser details
- PUTupdate profile
- GETETH earned by user
- PUTupdate notification preferences
- GETfarcaster profile
- GETfarcaster verification status
- POSTadd neynar connection
- DELremove neynar connection
- POSTadd twitter connection
- DELdelete twitter connection
- GETUser notifications
- POSTRead notifications
- GETuser rewards
- GETprotocol rewards summary
- GETprotocol rewards earnings
- GETreferrals summary
- GETreferrals earnings
- GETreferrals feed
- GETtotal referral earnings
- GETreferrals activity feed
- GETactive/completed boosts referrals feed
inboxes
manager
metrics
accesslists
boosts
users
- GETuser profile
- GETuser details
- PUTupdate profile
- GETETH earned by user
- DELremove email record
- PUTupdate notification preferences
- POSTRead notifications
- GETfarcaster profile
- GETfarcaster verification status
- POSTadd neynar connection
- DELremove neynar connection
- POSTadd twitter connection
- DELdelete twitter connection
- GETuser rewards
- GETprotocol rewards summary
- GETprotocol rewards earnings
- GETreferrals summary
- GETreferrals earnings
- GETreferrals feed
- GETtotal referral earnings
- GETreferrals activity feed
- GETactive/completed boosts referrals feed
inboxes
dune
Handle Dune Webhook
Processes the Dune query results and creates boosts
POST
/
dune
/
{token}
Copy
Ask AI
curl --request POST \
--url https://api-staging.boost.xyz/dune/{token} \
--header 'Content-Type: application/json' \
--data '{
"message": "<string>",
"query_result": {
"execution_id": "<string>",
"query_id": 123,
"state": "<string>",
"submitted_at": "<string>",
"expires_at": "<string>",
"execution_started_at": "<string>",
"execution_ended_at": "<string>",
"result": {
"data_uri": "<string>",
"metadata": {
"column_names": [
"<string>"
],
"result_set_bytes": 123,
"total_row_count": 123,
"datapoint_count": 123,
"pending_time_millis": 123,
"execution_time_millis": 123
}
}
},
"visualizations": [
{
"title": "<string>",
"image_url": "<string>"
}
]
}'
Copy
Ask AI
{
"message": "<string>"
}
Path Parameters
Body
application/json
Response
200
application/json
Success
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://api-staging.boost.xyz/dune/{token} \
--header 'Content-Type: application/json' \
--data '{
"message": "<string>",
"query_result": {
"execution_id": "<string>",
"query_id": 123,
"state": "<string>",
"submitted_at": "<string>",
"expires_at": "<string>",
"execution_started_at": "<string>",
"execution_ended_at": "<string>",
"result": {
"data_uri": "<string>",
"metadata": {
"column_names": [
"<string>"
],
"result_set_bytes": 123,
"total_row_count": 123,
"datapoint_count": 123,
"pending_time_millis": 123,
"execution_time_millis": 123
}
}
},
"visualizations": [
{
"title": "<string>",
"image_url": "<string>"
}
]
}'
Copy
Ask AI
{
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.