> For the complete documentation index, see [llms.txt](https://docs.harmony.one/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.one/home/general/ecosystem/wallets/harmony-cli/querying-balances.md).

# Querying Balances

Get JSON output of balances on all shards of a given ONE address with the `balances` subcommand:

## Using the Binary:

```bash
./hmy balances <ONE-address> --node="<endpoint-address>"
```

## Using the Shell Wrapper:

```bash
./hmy.sh -- balances <ONE-address> --node="<endpoint-address>"
```

## Example:

```bash
./hmy balances one1km7xg8e3xjys7azp9f4xp8hkw79vm2h3f2lade --node="https://api.s0.t.hmny.io"
```
