# bank

## Available Commands

| Name                                  | Description                                            |
| ------------------------------------- | ------------------------------------------------------ |
| [balances](#iris-query-bank-balances) | Query for account balances by address                  |
| [total](#junod-query-bank-total)      | Query the total supply of coins of the chain           |
| [send](#junod-tx-bank-send)           | Create and/or sign and broadcast a MsgSend transaction |

### junod query bank balances <a href="#iris-query-bank-balances" id="iris-query-bank-balances"></a>

Query the total balance of an account or of a specific denomination.

```
junod query bank balances [address] [flags]
```

**Flags:**

| Name, shorthand | Type   | 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.

```
junod query bank total [flags]
```

**Flags:**

| Name, shorthand | Type   | 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.

```
junod tx bank send [from_key_or_address] [to_address] [amount] [flags]
```

**Flags:**

| Name, shorthand | Type | Required | Default | Description       |
| --------------- | ---- | -------- | ------- | ----------------- |
| -h, --help      |      |          |         | Help for balances |
