v2
latestOpenAPI 3.1.02026-08-01170225.5 KBBoost
Explore contracts with Boosts
Discover Boosts with the most claim activity, along with their action and incentive configurations, and total USD distributed.
get/explore
Query parameters
pageinteger nullable
The desired page to return from the query
pageSizeinteger nullable
The amount of items to return from the query, defaults to 10, and must be <= 100
sortBy'most-completions' | 'total-spend' | 'recently-deployed' required
Sort by most total completions, total budget, or recent Boost creations
Example:most-completions
timePeriod'6h' | '24h' | '7d'
The time range to filter by
Example:7d
actionChainIdsstring
A comma separated list of chain IDs for Boost actions to filter by
Example:8453,10
userAddressstring
Filter by Boosts created by a specific user address
Example:0x378632819f39c74c4f56b1429e760739c5fb51b7
Response
Returns a list of Boosts
Example response
{
"boosts": [
{
"id": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
"action": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"allowList": {
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"contractAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"addresses": [
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
]
},
"budget": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"validator": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"actionSteps": [
{
"claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"targetContract": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
],
"incentives": [
{
"allowListAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
]
}
]
}