v2
latestOpenAPI 3.1.02026-08-01170225.5 KBBoost
Get details for a Boost
Return detailed information about a Boost, including budget, allowlist, incentives, actions, and token metadata
get/boosts/:id
Path parameters
idstring required
The ID of the reward to retrieve details for
Example:8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1
BoostID in format chainId:boostCoreAddress:identifier
Response
Returns a list of Boosts
Example response
{
"id": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
"actionSteps": [
{
"claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"targetContract": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
],
"actionClaimant": {
"targetContract": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
},
"allowList": {
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"contractAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"addresses": [
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
]
},
"incentives": [
{
"allowListAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
],
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"budget": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}