Skip to main content

/extended REST API Endpoint

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

Updated on
Aug 29, 2024

/extended 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.
pox_v1_unlock_height
integer
The block height at which PoX (Proof of Transfer) version 1 will unlock
pox_v2_unlock_height
integer
The block height at which PoX (Proof of Transfer) version 2 will unlock
pox_v3_unlock_height
integer
The block height at which PoX (Proof of Transfer) version 3 will unlock
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.
burn_block_height
integer
The corresponding block height anchoring the Stacks chain
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/extended' \
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