Get a list of Boosts
Accepts pagination, and filter options to return a list of boosts
Query Parameters
The desired page to return from the query
x >= 0
The amount of items to return from the query, defaults to 10, and must be <= 100
0 <= x <= 100
Filter boosts by a specific budget account address
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Filter boosts by a specific owner address
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Only retrieve Boosts for a specific chain ID. You must supply this parameter if also specifying targetContract
x >= 0
Retrieve rewards configured with actions that target a specific contract i.e., Zora's address for all rewards that require a mint in order to claim a reward. If you supply this parameter, you must also supply chainId
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Retrieve rewards configured with specific token addresses
"chainId:tokenAddress,chainId:tokenAddress:collection,..."
Is the Boost action template only, or has a more customized action configuration