Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 712 Bytes

cast-balance.md

File metadata and controls

42 lines (24 loc) · 712 Bytes

cast balance

NAME

cast-balance - Get the nonce of an account in wei.

SYNOPSIS

cast balance [options] who

DESCRIPTION

Get the balance of an account.

The argument who can be an ENS name or an address.

OPTIONS

Query Options

-B block
--block block
    The block height you want to query at.

    Can be a block number, or any of the tags: earliest, latest or pending.

RPC Options

{{#include ../common/rpc-url-option.md}}

{{#include common-options.md}}

EXAMPLES

  1. Get the balance of beer.eth
    cast balance beer.eth

SEE ALSO

cast, cast nonce