getchaintxstats RPC Method
Parameters
nblocks
numeric
Loading...
blockhash
string
Loading...
Returns
result
Loading...
time
Loading...
txcount
Loading...
window_final_block_hash
Loading...
window_final_block_height
Loading...
window_block_count
Loading...
window_tx_count
Loading...
window_interval
Loading...
txrate
Loading...
error
Loading...
Request
1curl https://docs-demo.btc.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "getchaintxstats", "params": [2016]}'
1curl https://docs-demo.btc.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "getchaintxstats", "params": [2016]}'
Response
1{2"result": {3"time": 1745773480,4"txcount": 1184207650,5"window_final_block_hash": "000000000000000000016a63eea2cd5e870e45cf49f59bcb26fb53dde180fa59",6"window_final_block_height": 894201,7"window_block_count": 2016,8"window_tx_count": 6668967,9"window_interval": 1244216,10"txrate": 5.35997527760453211},12"error": null,13"id": null14}
1{2"result": {3"time": 1745773480,4"txcount": 1184207650,5"window_final_block_hash": "000000000000000000016a63eea2cd5e870e45cf49f59bcb26fb53dde180fa59",6"window_final_block_height": 894201,7"window_block_count": 2016,8"window_tx_count": 6668967,9"window_interval": 1244216,10"txrate": 5.35997527760453211},12"error": null,13"id": null14}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free