curl --request GET \
--url https://api-staging.boost.xyz/boosts/reward-estimates
{
"topBoost": {
"usdValue": 123,
"rewardAmount": 123,
"cashBackPercentage": 123
}
}
Get recommended reward pricing estimates based boosts of the same project
curl --request GET \
--url https://api-staging.boost.xyz/boosts/reward-estimates
{
"topBoost": {
"usdValue": 123,
"rewardAmount": 123,
"cashBackPercentage": 123
}
}
contract address of the reward token
chain ID of the reward token
Success
The response is of type object
.