Hooks
useRewardKitProfile
Fetch active, claimable, and claimed Boosts
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 a user’s complete RewardKit profile, including their active, claimed, and claimable boosts, along with total USD values.
useRewardKitProfile TSDoc
See in-depth technical documentation
Basic Usage
Here’s a simple example of fetching and displaying a user’s profile:
With Filtering
Example showing how to use multiple filters:
With Auto-Refresh
Example implementing real-time profile updates:
The hook features:
- Automatic address normalization and validation
- Infinite stale time with 30-second refresh interval
- Comprehensive filtering options
- USD value aggregation
- Type-safe response validation using Valibot
- Integration with RewardKit’s API URL configuration
It’s designed to be the primary data source for displaying a user’s complete RewardKit profile and reward status.