Skip to main content

GET /api/v2/estimatefee/{blocks} - Blockbook REST API

Loading...

Updated on
Jun 16, 2026

GET /api/v2/estimatefee/{blocks} - Blockbook REST API

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

Path Parameters

blocks
integer
REQUIRED
Loading...

Query Parameters

conservative
boolean
Loading...

Returns

result
string
Loading...
Request
1
curl -X GET "https://docs-demo.bch-mainnet.quiknode.pro/estimatefee/4?conservative=true" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.bch-mainnet.quiknode.pro/estimatefee/4?conservative=true" \
2
-H "Content-Type: application/json"
Response
1
{
2
"result": "0.00001"
3
}
1
{
2
"result": "0.00001"
3
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free