⚙️
Polkadot.js NoCode Plugin by NovaBloq
CtrlK
  • ℹ️About
  • ❓F.A.Q.
  • ⚙️Installation
  • 📌Technology Stack
  • Beginners guide
    • 1️⃣Bubble basics
    • 2️⃣Plugin - install and test
  • Element - Polkadot Wallet
    • Actions
      • Sign a message
      • Sign and Send Transaction
      • Load App
  • Element - Polkadot Utils
    • Actions
      • Create Mnemonic
      • Validate address
      • Encrypt Message
      • Decrypt Encrypted
      • Generate a Multisig Account
      • Verify Signature
      • Hash Data
  • ELEMENT - Polkadot API
    • Getting Started
    • Actions
      • Get Balance of Address
      • Get Balance at Block
      • Subscribe to Balance Changes
      • Subscribe to new Blocks
      • Last Block
  • Element - Polkadot Keyring
    • Getting Started
    • Actions
      • Add Pair to Keyring
      • Remove pair from Keyring
      • Get Pair Metadata
      • Get All Pairs in Keyring
      • Set SS58 Format
      • Sign a Message
      • Verify Signature
Powered by GitBook
On this page
  • Setup
  • State - Get balance result
  • Demo

Was this helpful?

  1. ELEMENT - Polkadot API
  2. Actions

Get Balance of Address

Setup

First of all, make sure the API is not initialising, see details in the Getting Started, Useful States section

Only one parameter is needed, the address of the wallet you want to get balance.

State - Get balance result

This state shows the balance of the given wallet.

Demo

Find a demo on the polkadot api page.

PreviousActionsNextGet Balance at Block

Last updated 3 years ago

Was this helpful?