# 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"
```
