Hooks
useTokenBalances
Fetch token balances and metadata
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 token balances across multiple blockchain networks for a given address. The hook handles batched requests, error handling, and supports filtering of spam tokens.
useTokenBalances TSDoc
See in-depth technical documentation
Basic Usage
Here’s a simple example of fetching token balances:
Multi-Chain Balance Display
Example showing how to handle balances across multiple chains:
With Real-time Updates
Example implementing automatic balance updates:
The hook includes built-in features such as:
- Batched requests to prevent API overload
- 30-second stale time for caching
- Automatic testnet handling based on configuration
- Spam token filtering
- Address validation before making requests
It integrates with the RewardKit configuration to respect testnet settings and uses the configured API URL for requests.