Andromeda
ADO LibraryBuild AppsDevelop ADOsCLIWeb Application Docs
Andromeda
Andromeda
  • Platform and Framework
    • Introduction to AndromedaOS
    • ADO Classes
    • Andromeda Messaging Protocol
      • Kernel
      • ADO Database
      • Economics Engine
      • Virtual File System
    • ADO Base
      • AndromedaMsg
      • AndromedaQuery
    • Common Types
    • Deployed Contracts
    • ADO Versions
  • Andromeda Digital Objects
    • Introduction to ADOs
    • Address List
    • Auction
    • App
    • Curve
    • CW20
    • CW20 Staking
    • CW721
    • CW20 Exchange
    • Fixed Amount Splitter
    • Graph
    • Lockdrop
    • Marketplace
    • Merkle-Airdrop
    • Point
    • Primitive
    • Rates
    • Splitter
    • Timelock
    • Validator Staking
    • Vesting
  • Andromeda Apps
    • Introduction to Apps
    • Auctioning App
    • Cw20 Staking App
    • Marketplace App
  • Developing an ADO
    • Getting Started
      • Instantiation
      • Execution
      • Queries
      • Testing
    • Error Handling and Migrate Function
    • CW3 EXAMPLE
      • InstantiateMsg
      • ExecuteMsg
      • QueryMsg
      • Testing
    • ADO Submissions
  • Andromeda CLI
    • Introduction
    • Help and Shortcuts
    • ADO
    • Bank
    • Chain
    • Env
    • Gql
    • Tx
    • OS
    • Wallet
    • Wasm
    • Clearing CLI Data
    • Clear and Exit
  • Chain
    • Running a Node
    • Staking and Rewards
  • Andromeda Dashboard
    • Tokenomics Dashboard
    • Dashboard API
  • Andromeda Changelog
    • Newest Releases
  • Additional Resources
    • GitHub
    • Website
    • White Paper
Powered by GitBook

Additional Resources

  • Github
  • Website

Community

  • Discord
  • Telegram

Socials

  • Twitter
  • Medium
  • Youtube
On this page
  • Available Commands
  • Balance
  • Send

Was this helpful?

  1. Andromeda CLI

Bank

Available Commands

Command
Description

Gets the balance for an address.

Sends tokens to another address.

Balance

Gets the balance for an address.

Usage

bank balance <denom> <address>

Leaving the address field empty when prompted for it will get the balance of the current wallet being used.

Example

? keplr-g3@galileo-3> bank balance uandr 

Balance
uandr: 9048072
? keplr-g3@galileo-3> () 

/// Not specifying the address will automatically take the connected address
guides@galileo-3> bank balance
? Input Denom: uandr
? Input Address: 
Balance
uandr: 101771266

Send

Sends tokens to another address.

Usage

bank send <recipient address> <amount>

Make sure to include the denom with the amount.

Example

? keplr-g3@galileo-3> bank send andr1g0c0y8prkhwrnffrw8afwdplv9wm5wgt9hdv7u 500uandr
? Are you sure you want to send 500uandr to andr1g0c0y8prkhwrnffrw8afwdplv9wm5wgt9hdv7u? Yes
— Sending tokens...

Sent 500uandr to andr1g0c0y8prkhwrnffrw8afwdplv9wm5wgt9hdv7u!
https://testnets.cosmosrun.info/andromeda-galileo-3/tx/81C2F2BF1A900D2BE4DC82CB11E5B5ADB4559F8C67DDF9539C6C7DE6CBA85996
? keplr-g3@galileo-3> () 
PreviousADONextChain

Last updated 5 months ago

Was this helpful?

balance
send