Usage: cardano-cli query pool-params [ --shelley-mode | --byron-mode [--epoch-slots NATURAL] | --cardano-mode [--epoch-slots NATURAL] ] (--mainnet | --testnet-magic NATURAL) --stake-pool-id STAKE-POOL-ID Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) Available options: --shelley-mode For talking to a node running in Shelley-only mode. --byron-mode For talking to a node running in Byron-only mode. --epoch-slots NATURAL The number of slots per epoch for the Byron era. (default: 21600) --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots NATURAL The number of slots per epoch for the Byron era. (default: 21600) --mainnet Use the mainnet magic id. --testnet-magic NATURAL Specify a testnet magic id. --stake-pool-id STAKE-POOL-ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). -h,--help Show this help text