get-stake-pool

Show the Stake Pool

Retrieves the associated stake pool from the multiple types for the given owner address.

Usage

movement aptos node get-stake-pool [OPTIONS] --owner-address <OWNER_ADDRESS>

Options

  • --owner-address <OWNER_ADDRESS> The owner address of the stake pool.

  • --url <URL> URL to a fullnode on the network. Defaults to the URL in the default profile.

  • --connection-timeout-secs <CONNECTION_TIMEOUT_SECS> Connection timeout in seconds, used for the REST endpoint of the fullnode. Default: 30.

  • --profile <PROFILE> Profile to use from the CLI config. This will be used to override associated settings such as the REST URL, the Faucet URL, and the private key arguments. Default: "default".

Last updated