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
boosts
reward estimates
Get recommended reward pricing estimates based boosts of the same project
GET
/
boosts
/
reward-estimates
Copy
Ask AI
curl --request GET \
--url https://api-staging.boost.xyz/boosts/reward-estimates
Copy
Ask AI
{
"topBoost": {
"usdValue": 123,
"rewardAmount": 123,
"cashBackPercentage": 123
}
}
Query Parameters
contract address of the reward token
chain ID of the reward token
Response
200
application/json
Success
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api-staging.boost.xyz/boosts/reward-estimates
Copy
Ask AI
{
"topBoost": {
"usdValue": 123,
"rewardAmount": 123,
"cashBackPercentage": 123
}
}
Assistant
Responses are generated using AI and may contain mistakes.