GET
/
manager
/
mint-reward-estimate
curl --request GET \
  --url https://api-staging.boost.xyz/manager/mint-reward-estimate
{
  "mid": {
    "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
string

chain ID of the reward token

actionChainId
string
required

chain ID of the boosted NFT contract

actionContractAddress
string
required

address of the boosted NFT contract

actionTokenId
string

token ID of the boosted NFT mint, if boosting an ERC1155 token

overrideAmount
string

Amount in ETH (wei) to base the reward estimate on. This will override the cost of the task.

Response

200
application/json

Success

The response is of type object.