useRewardKitBalances
Get balances for reward tokens
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 hook that fetches and tracks token balances specifically for tokens used in active and featured RewardKit Boosts. The hook automatically filters and sorts balances based on incentive asset addresses.
useRewardKitBalances TSDoc
See in-depth technical documentation
Basic Usage
Here’s a simple example showing how to display token balances:
Advanced Implementation
Here’s a more comprehensive example showing balance tracking with formatting:
With Real-time Updates
Example showing how to implement real-time balance updates:
The hook automatically integrates with RewardKit’s configuration through RewardKitProvider
and filters balances to only show tokens relevant to the configured boosts. It also handles multi-chain scenarios by tracking balances across all chains where boosts are active.