Accepts pagination, and filter options to return a list of rewards
The desired page to return from the query
x >= 0The amount of items to return from the query, defaults to 10, and must be <= 100
0 <= x <= 100Filter boosts by budget account address(es). Accepts a single address or comma-separated list of addresses
"0x378632819f39c74c4f56b1429e760739c5fb51b7,0x1234567890123456789012345678901234567890"
Filter boosts by a specific owner address
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Filter boosts by a specific autoboost ID
Only retrieve Boosts for a specific chain ID. You must supply this parameter if also specifying targetContract
x >= 0Retrieve 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,..."
Filter boosts by comma separated list of distribution channels
"distributionChannel=public,farcaster"
Sort by active or recently deployed
active, recently-deployed Filter rewards by the reward creator's address.
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Filter rewards by the address of the claimant.
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Filter rewards by their status, either active, claimed, or claimable.
active, claimed, claimable Filter by the type of actions that must be taken to claim the reward, eg: "mint", "swap"
"swap,mint"
Exclude rewards with these action types, eg: "mint", "swap"
"mint,create-any-token"
Include token metadata (price, market cap, etc.) for applicable actions. Defaults to false.
true
Returns a list of RewardKit rewards
The API response for a user's RewardKit rewards
A list of RewardKit rewards that match a filter criteria