Skip to main content

bb_getBlockHash RPC Method - Blockbook

Loading...

Updated on
Apr 16, 2026

bb_getBlockHash RPC Method - Blockbook

Please note that this RPC method requires the Doge Blockbook add-on enabled on your Quicknode endpoint.

Parameters

blockHeight
string
REQUIRED
Loading...

Returns

result
object
Loading...
blockHash
string
Loading...
Request
1
curl -X POST "https://docs-demo.doge-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getBlockHash",
6
"params": [
7
"2848849"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.doge-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getBlockHash",
6
"params": [
7
"2848849"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "aa9f5574af17400aa7be49b3c2b644c3c8dcb99f15366f3fed270357a7f6ef04"
6
}
7
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "aa9f5574af17400aa7be49b3c2b644c3c8dcb99f15366f3fed270357a7f6ef04"
6
}
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free