Recommended: JavaScript SDK with React Hooks
For new React apps, we recommend the JavaScript SDK with React Hooks (
@dynamic-labs-sdk/react-hooks) instead of the legacy React SDK documented here. The JS SDK comes with many benefits such as a much smaller bundle size and other optimizations. Use the React quickstart (JavaScript SDK) to get started.getBalance method from the wallet connector.
React
Multichain Balances
For applications that need to fetch token balances across multiple blockchain networks simultaneously, Dynamic provides agetMultichainBalances method. This is useful for displaying comprehensive portfolio views or checking balances across different chains without making separate API calls.
In React, you can use the useMultichainTokenBalances hook to fetch balances across multiple chains:
React