bb_getEstimateFee RPC Method - Blockbook
Please note that this RPC method requires the Litecoin Blockbook add-on enabled on your Quicknode endpoint.
Parameters
blocks
integer
REQUIRED
Loading...
conservative
boolean
Loading...
Returns
result
string
Loading...
Request
1curl -X POST "https://docs-demo.ltc-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "bb_getEstimateFee",6"params": [74,8true9],10"id": 111}'
1curl -X POST "https://docs-demo.ltc-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "bb_getEstimateFee",6"params": [74,8true9],10"id": 111}'
Response
1{2"id": 1,3"result": {4"result": "0.00000996"5},6"jsonrpc": "2.0"7}
1{2"id": 1,3"result": {4"result": "0.00000996"5},6"jsonrpc": "2.0"7}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free