How to get staking info
Retrieve staking information for the account on the Flow network using Flow CLI.
1flow accounts staking-info <address>
1> accounts staking-info 535b975637fb6bee --host access.testnet.nodes.onflow.org:900023Account Staking Info:4ID: "ca00101101010100001011010101010101010101010101011010101010101010"5Initial Weight: 1006Networking Address: "ca00101101010100001011010101010101010101010101011010101010101010"7Networking Key: "ca00101101010100001011010101010101010101010101011010101010101010ca00101101010100001011010101010101010101010101011010101010101010"8Role: 19Staking Key: "ca00101101010100001011010101010101010101010101011010101010101010ca00101101010100001011010101010101010101010101011010101010101010ca00101101010100001011010101010101010101010101011010101010101010"10Tokens Committed: 0.0000000011Tokens To Unstake: 0.0000000012Tokens Rewarded: 82627.7700000013Tokens Staked: 250000.0000000014Tokens Unstaked: 0.0000000015Tokens Unstaking: 0.0000000016Node Total Stake (including delegators): 250000.00000000171819Account Delegation Info:20ID: 721Tokens Committed: 0.0000000022Tokens To Unstake: 0.0000000023Tokens Rewarded: 30397.8193600024Tokens Staked: 100000.0000000025Tokens Unstaked: 0.0000000026Tokens Unstaking: 0.00000000
- Name:
address
- Valid Input: Flow account address.
Flow account address (prefixed with 0x
or not).
- Flag:
--include
- Valid inputs:
contracts
Specify fields to include in the result output. Applies only to the text output.
- Flag:
--host
- Valid inputs: an IP address or hostname.
- Default:
127.0.0.1:3569
(Flow Emulator)
Specify the hostname of the Access API that will be
used to execute the command. This flag overrides
any host defined by the --network
flag.
- Flag:
--network-key
- Valid inputs: A valid network public key of the host in hex string format
Specify the network public key of the Access API that will be used to create a secure GRPC client when executing the command.
- Flag:
--network
- Short Flag:
-n
- Valid inputs: the name of a network defined in the configuration (
flow.json
) - Default:
emulator
Specify which network you want the command to use for execution.
- Flag:
--filter
- Short Flag:
-x
- Valid inputs: a case-sensitive name of the result property
Specify any property name from the result you want to return as the only value.
- Flag:
--output
- Short Flag:
-o
- Valid inputs:
json
,inline
Specify the format of the command results.
- Flag:
--save
- Short Flag:
-s
- Valid inputs: a path in the current filesystem
Specify the filename where you want the result to be saved
- Flag:
--log
- Short Flag:
-l
- Valid inputs:
none
,error
,debug
- Default:
info
Specify the log level. Control how much output you want to see during command execution.
- Flag:
--config-path
- Short Flag:
-f
- Valid inputs: a path in the current filesystem
- Default:
flow.json
Specify the path to the flow.json
configuration file.
You can use the -f
flag multiple times to merge
several configuration files.
- Flag:
--skip-version-check
- Default:
false
Skip version check during start up to speed up process for slow connections.