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