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 https://docs-demo.bch-mainnet.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.bch-mainnet.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": 1756380559,4"txcount": 410267562,5"window_final_block_hash": "0000000000000000007f957da89f8b9d3e932dcafd844c7659759ea647212591",6"window_block_count": 2016,7"window_tx_count": 288000,8"window_interval": 1209985,9"txrate": 0.238019479580325410},11"error": null,12"id": 113}
1{2"result": {3"time": 1756380559,4"txcount": 410267562,5"window_final_block_hash": "0000000000000000007f957da89f8b9d3e932dcafd844c7659759ea647212591",6"window_block_count": 2016,7"window_tx_count": 288000,8"window_interval": 1209985,9"txrate": 0.238019479580325410},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