curl https://mainnet.casper.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"id":1,"jsonrpc":"2.0","method":"info_get_status","params":[]}'
This method returns the current status of a node.
This method will use 15
Compute Units.
api_version
- string
RPC API version
build_version
- string
Compiled node version.
chainspec_name
- string
Chainspec name, used to identify the currently connected network.
last_added_block_info
- The minimal info of the last Block from the linear chain.
creator
- Hex-encoded cryptographic public key, including the algorithm tag prefix.
era_id
- integer
EraID
height
- integer
block height
state_root_hash
- string
the state root hash digest
timestamp
- string
RFC 3339 timestamp
next_upgrade
- Information about the next scheduled upgrade
activation_point
- era_id
or timestamp
The first era to which the associated protocol version applies
protocol_version
- Casper Platform protocol version.
our_public_signing_key
- string
Our public signing key.
peers
- map
of peer IDs to network addresses
address
- integer
network address
node_id
- integer
peer ID
round_length
- integer
The next round length if this node is a validator. A round length is the amount of time it takes to reach consensus on proposing a Block.
starting_state_root_hash
- string
The state root hash used at the start of the current session.
uptime
- Integer
Time that passed since the node has started.