Skip to main content
Version: v. 1

Probe lookup-address

NAME

probe-lookup-address - Perform an ENS reverse lookup.

SYNOPSIS

probe lookup-address [options] who

DESCRIPTION

Perform an ENS reverse lookup.

If --verify is passed, then a normal lookup is performed after the reverse lookup to verify that the address is correct.

OPTIONS

Lookup Options

-v
--verify
Perform a normal lookup to verify that the address is correct.

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 ENS name for an address.

    probe lookup-address $ADDRESS
  2. Perform both a reverse and a normal lookup:

    probe lookup-address --verify $ADDRESS

SEE ALSO

probe, probe resolve-name