getchaintxstats RPC Method
Parameters
nblocks
numeric
Loading...
blockhash
string
Loading...
Returns
result
object
Loading...
time
integer
Loading...
txcount
integer
Loading...
window_final_block_hash
string
Loading...
window_block_count
integer
Loading...
window_tx_count
integer
Loading...
window_interval
integer
Loading...
txrate
number
Loading...
error
string
Loading...
id
integer
Loading...
Request
1curl -X POST "https://docs-demo.bch-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "getchaintxstats",6"params": [720168],9"id": 110}'
1curl -X POST "https://docs-demo.bch-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "getchaintxstats",6"params": [720168],9"id": 110}'
Response
1{2"result": {3"time": 1770077670,4"txcount": 413600599,5"window_final_block_hash": "000000000000000000516816955012ae5d1947e12fb984c547340da216ab29f9",6"window_block_count": 2016,7"window_tx_count": 167721,8"window_interval": 1203077,9"txrate": 0.139410029449486610},11"error": null,12"id": 113}
1{2"result": {3"time": 1770077670,4"txcount": 413600599,5"window_final_block_hash": "000000000000000000516816955012ae5d1947e12fb984c547340da216ab29f9",6"window_block_count": 2016,7"window_tx_count": 167721,8"window_interval": 1203077,9"txrate": 0.139410029449486610},11"error": null,12"id": 113}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free