v2
latestOpenAPI 3.1.02026-08-01170225.5 KBRewardKit
Get a single RewardKit reward
Retrieve details on a reward, optionally providing a claimant address to decorate with additional claim context.
get/reward-kit/boosts/:id
Path parameters
idstring required
The ID of the reward to fetch details for.
Example:8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1
BoostID in format chainId:boostCoreAddress:identifier
Query parameters
addressstring
If included, the address of a specific claimant to enrich data with claim information, like claimed, claimable, and tx hash for eligible claim.
Example:0x378632819f39c74c4f56b1429e760739c5fb51b7
includeTokenMetadataboolean nullable
Include token metadata (price, market cap, etc.) for applicable actions. Defaults to false.
Example:true
Response
Returns single RewardKit reward
Example response
{
"boost": {
"id": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
"incentives": [
{
"assetAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"rewardPercentage": 50,
"rebatePercentage": 7,
"metadata": {
"address": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
}
],
"actionTemplate": {
"actionType": "mint",
"category": "defi"
},
"signature": {
"claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"referrer": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
},
"actionTokenMetadata": {
"tokenContract": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
},
"usdDistributed24Hr": 12345.67,
"usdDistributed1Hr": 1234.56
},
"claims": [
{
"address": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
]
}