useRewardKitBoosts
Fetch Boosts for given RewardKit configuration
Reward Kit is still in early alpha, and may contain bugs or unexpected behavior.
The Boost V2 Docs are under active development and will be subject to changes.
A React Query hook that fetches paginated RewardKit Boosts with flexible filtering options. Supports filtering by creator, claimant, budget account, target contract, tokens, and chain ID.
useRewardKitBoosts TSDoc
See in-depth technical documentation
Basic Usage
Here’s a simple example of fetching and displaying boosts:
Advanced Filtering
Example showing how to use multiple filters:
With Pagination
Example implementing paginated boosts:
The hook automatically handles address normalization and includes built-in caching with a 5-minute stale time. It only makes requests when a valid claimant address is provided and normalizes all addresses to lowercase before making the API request.