Retrieve and manage wallet balances using Crossmint’s APIs
wallets.read
wallets:balance.read
import { useWallet } from '@crossmint/client-sdk-react-ui'; const { wallet } = useWallet(); const { nativeToken, usdc, tokens } = await wallet.balances(tokens);
Show properties
decimals
rawAmount
amount
Was this page helpful?