boosts
Returns all boosts, optionally filtered by whether the user exists on their respective accesslists
Query Parameters
page number (1-indexed); defaults to 1
page size; defaults to 10
only valid if address
is also included
search across creator address (including ENS), boost address, reward token, boost id, and project name and id, FID, and action metadata
ignored unless address
is also included
If included, only boosts for actions on the specified chains will be returned.
"10,8453,42161"
If included, only boosts created by one of the specified addresses will be returned.
"0x...123,0x...456,0x...789"
DEPRECATED -- use rewardTokenChainIds instead
"opt-mainnet,zora-mainnet"
If included, only boosts with rewards on the specified chains will be returned.
"10,8453,42161"
If included, only boosts with rewards in the specified tokens will be returned. Note: must be used with and match up one-to-one with rewardTokenNetworks.
"0x...123,0x...456,0x...789"
If included, only boosts matching the specified token parameters will be returned. Format: chainId:contractAddress or chainId:contractAddress:tokenId
"10:0x...123,8453:0x...456:1"
profitability
, time-remaining
, deploy-date
, completions-24h
, completions-7d
, completions-30d
, completions-all
If set to true, boosts with the "featured" tag will be returned first
"true"
If included, only boosts with the user on their accesslists will be returned. If not included, public boosts will be returned.
If included, only boosts completed by this user address will be included. Overrides address and status.
If pass as true, show only public boosts (defaults to true if no address is provided)
true
Response
Success
The response is of type object
.