Skip to main content

GET /api/v2/block-index/{blockHeight} - Blockbook REST API

Loading...

Updated on
Jun 09, 2026

GET /api/v2/block-index/{blockHeight} - Blockbook REST API

Please note that this REST method requires the BCH Blockbook add-on enabled on your QuickNode endpoint.

Path Parameters

block_height
integer
REQUIRED
Loading...

Returns

blockHash
object
Loading...
blockHash
string
Loading...
Request
1
curl -X GET "https://docs-demo.bch-mainnet.quiknode.pro/block-index/816884" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.bch-mainnet.quiknode.pro/block-index/816884" \
2
-H "Content-Type: application/json"
Response
1
{
2
"blockHash": "0000000000000000008ae5eb4b01064328695d179177c3e53c6c09aeea0b63df"
3
}
1
{
2
"blockHash": "0000000000000000008ae5eb4b01064328695d179177c3e53c6c09aeea0b63df"
3
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free