Get API status

Retrieves the running status of the Stacks Blockchain API.

GET

Parameters

No parameters.

Status codeDescription
200Default Response
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/extended" \
-H 'Accept: application/json'
Response
{
"server_version": "stacks-node 2.4.0.0.0 (feat/next-prod:7b89660d, release build, linux [x86_64])",
"status": "success",
"pox_v1_unlock_height": 144000,
"pox_v2_unlock_height": 144000,
"pox_v3_unlock_height": 144000,
"chain_tip": {
"block_height": 144000,
"block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79",
"index_block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79",
"microblock_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79",
"microblock_sequence": 0,
"burn_block_height": 144000
}
}

How is this guide?