Function useTokenBalance

  • Beta

    Get token balance for a specific wallet

    Parameters

    Returns UseQueryResult

    a response object that includes the balance of the address

    Example

    const { data: balance, isLoading, error } = useTokenBalance(contract, "{{wallet_address}}");
    

    Twfeature

    ERC20

    See

    Documentation

Generated using TypeDoc