curl --request GET \
--url https://api-staging.boost.xyz/manager/reward-estimate
{
"low": {
"usd": "<string>",
"rewardAmount": "<string>"
},
"mid": {
"usd": "<string>",
"rewardAmount": "<string>"
},
"high": {
"usd": "<string>",
"rewardAmount": "<string>"
}
}
Get recommended reward pricing estimates
curl --request GET \
--url https://api-staging.boost.xyz/manager/reward-estimate
{
"low": {
"usd": "<string>",
"rewardAmount": "<string>"
},
"mid": {
"usd": "<string>",
"rewardAmount": "<string>"
},
"high": {
"usd": "<string>",
"rewardAmount": "<string>"
}
}
DEPRECATED -- use rewardTokenAddress and rewardChainId instead
contract address of the reward token
chain ID of the reward token
Success
The response is of type object
.