GET
/
boosts
/
reward-estimates
curl --request GET \
  --url https://api-staging.boost.xyz/boosts/reward-estimates
{
  "topBoost": {
    "usdValue": 123,
    "rewardAmount": 123,
    "cashBackPercentage": 123
  }
}

Query Parameters

projectId
string
required
rewardTokenAddress
string
required

contract address of the reward token

rewardTokenChainId
number | null

chain ID of the reward token

Response

200
application/json

Success

The response is of type object.