GET
/
manager
/
reward-estimate
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>"
  }
}

Query Parameters

taskId
string
required
rewardTokenId
string
deprecated

DEPRECATED -- use rewardTokenAddress and rewardChainId instead

rewardTokenAddress
string
required

contract address of the reward token

rewardChainId
number | null

chain ID of the reward token

Response

200
application/json
Success
low
object
required
mid
object
required
high
object
required