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
metrics
trending quests
Get the top ten trending quests
GET
/
metrics
/
trending
curl --request GET \
--url https://api-staging.boost.xyz/metrics/trending
{
"data": [
{
"rank": 123,
"name": "<string>",
"totalEthSpend": "<string>",
"completions": 123,
"boostId": "<string>",
"imagePath": "<string>",
"network": "<string>"
}
],
"trendType": "quest",
"timeSpan": 123,
"timeUnit": "hours"
}
Query Parameters
Available options:
hours
, days
, weeks
, all
Available options:
quest
, action
, project
Response
200
application/json
Success
The response is of type object
.
curl --request GET \
--url https://api-staging.boost.xyz/metrics/trending
{
"data": [
{
"rank": 123,
"name": "<string>",
"totalEthSpend": "<string>",
"completions": 123,
"boostId": "<string>",
"imagePath": "<string>",
"network": "<string>"
}
],
"trendType": "quest",
"timeSpan": 123,
"timeUnit": "hours"
}
Assistant
Responses are generated using AI and may contain mistakes.