Web3 & MetaMask - Bubble plugin
Get PluginAll our plugins
  • Overview
  • Quick Start Example
  • Elements details
    • Web3 & MetaMask
      • Connect To MetaMask
      • Disconnect MetaMask
      • Send token With MetaMask
      • Get Balance of a Token
      • Get Balance of Multiple Tokens
      • Get Token Symbol
      • Sign
      • Check signature
      • Sign Typed Data
      • Check signature-Typed Data
      • Smart Contract - Read
        • Example - CAKE/BUSD rate on Pancaksewap
      • Smart Contract - Write
        • Example - Write a function
      • Trigger Switch Chain
      • Approve - Set Allowance
      • Revoke Allowance
      • Deploy Contract
      • Add Chain to MetaMask
      • Get NFT Metadata
      • Check NFT Balance
      • Smart Contract - Read
      • Smart Contract - Write
    • Web3 Utils
      • Get Transaction confirmations
      • Get Transaction Details
      • To Wei
      • From Wei
      • Add Token to MetaMask
      • Get ENS data
      • Get ENS Domain from Address
  • Use with other Wallets & Plugins
  • Sign up a user with signature
  • How to use on Mobile
Powered by GitBook
On this page
  • Parameters
  • Events
  • States
  • Demo
  • Demo editor
  1. Elements details
  2. Web3 & MetaMask

Get Balance of Multiple Tokens

Get the balance of a list of tokens on a wallet address

PreviousGet Balance of a TokenNextGet Token Symbol

Last updated 5 months ago

Parameters

Parameter name
Type
Description

List Tokens Addresses

List of texts

A list of ERC20 addresses. Must be text separated by a comma. For example: 0xBA62BCfcAaFc6622853cca2BE6Ac7d845BC0f2Dc,0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6 The list can be a list from database or a custom state.

Wallet address

Wallet Address to check for

Events

Event name
Description

Multiple Token Balance is Ready

To save the result, use this event as the result won't be available until this event triggers.

States

State name
Type
Description

Multiple Tokens Balances

List of texts

The result is in text format to avoid errors from big numbers

Demo
Demo editor