Skip to main content

ord_getBlockHash RPC Method - Ordinals & Runes API

Loading...

Updated on
Nov 12, 2025

ord_getBlockHash RPC Method - Ordinals & Runes API

Please note that this method requires the Ordinals & Runes API add-on enabled on your Quicknode endpoint.

Parameters

blockHeight
string
REQUIRED
Loading...

Returns

blockHash
Loading...
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getBlockHash",
5
"params": [
6
843395
7
],
8
"id": 1,
9
"jsonrpc": "2.0"
10
}'
Response
1
{
2
"id": 1,
3
"result": "00000000000000000002e01e7c357e282ed3b15a8ef2b11f8d62c4d7eb7a8dac",
4
"jsonrpc": "2.0"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free