Junø
Web
Discord
Github
Medium
Search…
Juno
Introduction
Home of CosmWasm
Economic Overview
Contributors
Brand Identity
Social/Resources/Updates
Security Disclosures
TUTORIALS
Wallets
Staking
Governance
Before submitting a proposal
Submitting a Proposal (CLI)
Command-Line Interface (CLI)
Introduction
Useful CLI Commands
Module Reference
bank
debug
distribution
gov
keys
params
slashing
staking
status
tendermint
upgrade
wasm
Smart Contracts & Junod Development
Getting started
Junod Local Dev Setup
Interacting with Smart Contracts
Smart Contracts Installation
ERC-20 Tutorial
CW1 Tutorial
Nodes & Validators
Junod Installation and setup
Setting up Cosmovisor
Mainnet Setup and Tooling
Joining Mainnet
Mainnet Upgrades
Joining Testnet
Sync from Snapshot
Sync with state-sync
Relayers
Official Delegations Handbook
Sync Juno Classic
Powered By
GitBook
bank
bank module allows you to manage assets for accounts loaded into the local keys module
Available Commands
Name
Description
balances
Query for account balances by address
total
Query the total supply of coins of the chain
send
Create and/or sign and broadcast a MsgSend transaction
junod query bank balances
Query the total balance of an account or of a specific denomination.
1
junod query bank balances [address] [flags]
Copied!
Flags:
Name, shorthand
Type
Required
Default
Description
-h, --help
Help for coin-type
--denom
string
The specific balance denomination to query for
--count-total
Count total number of records in all balances to query for
junod query bank total
Query total supply of coins that are held by accounts in the chain.
1
junod query bank total [flags]
Copied!
Flags:
Name, shorthand
Type
Required
Default
Description
-h, --help
Help for coin-type
--denom
string
The specific balance denomination to query for
junod tx bank send
Sending tokens to another address, this command includes
generate
,
sign
and
broadcast
steps.
1
junod tx bank send [from_key_or_address] [to_address] [amount] [flags]
Copied!
Flags:
Name, shorthand
Type
Required
Default
Description
-h, --help
Help for balances
Command-Line Interface (CLI) - Previous
Module Reference
Next
debug
Last modified
9mo ago
Copy link
Contents
Available Commands
junod query bank balances
junod query bank total
junod tx bank send