GET /api/v2/feestats/{block_id} - Blockbook REST API
Please note that this REST method requires the Litecoin Blockbook add-on enabled on your Quicknode endpoint.
Path Parameters
block_id
string
REQUIRED
Loading...
Query Parameters
Returns
txCount
integer
Loading...
totalFeesSat
string
Loading...
averageFeePerKb
integer
Loading...
decilesFeePerKb
array
Loading...
Request
1curl -X GET "https://docs-demo.ltc-mainnet.quiknode.pro/feestats/2500000" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.ltc-mainnet.quiknode.pro/feestats/2500000" \2-H "Content-Type: application/json"
Response
1{2"txCount": 420,3"totalFeesSat": "2997046",4"averageFeePerKb": 17493,5"decilesFeePerKb": [60,71013,81093,92041,103000,115000,127424,138000,149757,1515000,1659162317]18}
1{2"txCount": 420,3"totalFeesSat": "2997046",4"averageFeePerKb": 17493,5"decilesFeePerKb": [60,71013,81093,92041,103000,115000,127424,138000,149757,1515000,1659162317]18}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free