Beta
Get token balance for a specific wallet
an instance of a TokenContract
a response object that includes the balance of the address
const { data: balance, isLoading, error } = useTokenBalance(contract, "{{wallet_address}}"); Copy
const { data: balance, isLoading, error } = useTokenBalance(contract, "{{wallet_address}}");
ERC20
Documentation
Generated using TypeDoc
Get token balance for a specific wallet