Skip to main content
Version: v. 1

Probe nonce

NAME

probe-nonce - Get the nonce for an account.

SYNOPSIS

probe nonce [options] who

DESCRIPTION

Get the nonce 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, finalized, safe, latest or pending.

RPC Options

--rpc-url url
The RPC endpoint. Accepts a URL or an existing alias in the [rpc_endpoints] table, like mainnet. Environment: ETH_RPC_URL

Common Options

-h
--help
Prints help information.

EXAMPLES

  1. Get the nonce of beer.eth
    probe nonce beer.eth

SEE ALSO

probe, probe balance