Skip to main content

estimatesmartfee RPC Method

Loading...

Updated on
Apr 30, 2025

estimatesmartfee RPC Method

Parameters

conf_target
numeric
REQUIRED
Loading...
estimate_mode
string
Loading...

Returns

blocks
Loading...
feerate
Loading...
errors
Loading...
str
Loading...
Request
1
curl https://docs-demo.btc.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"id":1,"jsonrpc":"2.0","method":"estimatesmartfee","params":[10]}'
5
Response
1
{
2
"result": {
3
"feerate": 0.0000159,
4
"blocks": 10
5
},
6
"error": null,
7
"id": null
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free