Skip to main content
Version: v. 1

Probe age

NAME

probe-age - Get the timestamp of a block.

SYNOPSIS

probe age [options] [block]

DESCRIPTION

Get the timestamp of a block.

The specified block can be a block number, or any of the tags: earliest, finalized, safe, latest or pending. Default to latest.

OPTIONS

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 timestamp of the latest block:

    probe age
  2. Get the timestamp of the genesis block:

    probe age 1

SEE ALSO

probe, probe block, probe basefee