Skip to main content

/extended/v1/status REST API Endpoint

Retrieves the running status of the Stacks Blockchain API, including the server version and current chain tip information.

Updated on
Oct 4, 2023

/extended/v1/status REST API Endpoint

Parameters

This method does not accept any parameters

Returns

object
object
Blockchain API Status Object
server_version
string
The version of the server that is currently running.
status
string
The current status of the server.
chain_tip
object
Information about the current chain tip.
block_height
integer
The current block height.
block_hash
string
The hash of the current block.
index_block_hash
string
The hash of the current index block.
microblock_hash
string
The hash of the current microblock.
microblock_sequence
integer
The current microblock sequence number.
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/extended/v1/status' \
3
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free