Skip to main content

status REST API Endpoint

Retrieves Tendermint status including node info, pubkey, latest block hash, app hash, block height and time.

Updated on
Apr 15, 2024

status REST API Endpoint

Parameters

This method does not accept any parameters

Returns

result
object
The result object which contains the following fields:
node_info
object
The information about the node which contains the folllowing fields:
protocol_version
object
The protocol version object which contains the folllowing fields:
p2p
The peer-to-peer protocol version
block
The block protocol version
app
The application protocol version
id
The unique identifier of the node
listen_addr
The address at which the node is listening
network
The network identifier
version
The version of the Tendermint software
channels
The channels on which the node is listening on
moniker
The moniker or name of the nod
other
object
Other miscellaneous information about the node which contains the following fields:
tx_index
It indicates whether transaction indexing is enabled
rpc_address
The RPC server address
application_info
object
The application info object which gives the information about the application
version
The version of the application
sync_info
object
The sync_info object which gives the information about the synchronization status
latest_block_hash
The hash of the latest block
latest_app_hash
The hash of the latest application state
latest_block_height
The height of the latest block
latest_block_time
The time of the latest block
earliest_block_hash
The hash of the earliest block
earliest_app_hash
The hash of the earliest application state
earliest_block_height
The height of the earliest block
earliest_block_time
The time of the earliest block
max_peer_block_height
The maximum height of blocks among peers
catching_up
It indicates whether the node is catching up
total_synced_time
The total time spent syncing
remaining_time
The remaining time for syncing
total_snapshots
The total number of snapshots
chunk_process_avg_time
Average time taken to process chunks
snapshot_height
The height of the snapshot
snapshot_chunks_count
The number of snapshot chunks
snapshot_chunks_total
The total number of snapshot chunks
backfilled_blocks
The number of backfilled blocks
backfill_blocks_total
The total number of backfill blocks
validator_info
object
The validator_info object which gives the information about the validator.
address
The address of the validator
pub_key
object
The public key of the validator
type
The type of the public key
value
The value of the public key
voting_power
The voting power of the validator
Request
1
curl --location 'https://docs-demo.sei-arctic.quiknode.pro/status'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free