eth balances

usage:
    ctc eth balances WALLETS [options]

description:
    output ETH balance across blocks or addresses

examples:
    # multiple wallets
    ctc eth balances 0xd8da6bf26964af9d7eed9e03e53415d37aa96045 0xea674fdde714fd979de3edf0f56aa9716b898ec8 
0xbe0eb53f46cd790cd13851d5eff43d12404d33e8

    # multiple blocks
    ctc eth balances 0xd8da6bf26964af9d7eed9e03e53415d37aa96045 --blocks 14000000:14000100

    # multiple blocks with USD values
    ctc eth balances 0xd8da6bf26964af9d7eed9e03e53415d37aa96045 -v --blocks 14000000:14100000:1000

arguments:
    WALLETS            wallet addresses to get balances of
    --block BLOCK      block number
    --blocks BLOCKS    block numbers to get balances in
    --raw              skip normalizing by 1e18 decimals
    --export EXPORT    file path for output (.json or .csv)
    --overwrite        specify that output path can be overwritten
    -v, --verbose      display additional information