⚡ We welcome businesses to test our enterprise-grade service

bch
Bitcoin Cash (BCH)

Method: POST getchaintxstats

dropdown

方法 RPC getchaintxstats 例如 Bitcoin Cash (BCH)

POST getchaintxstats

计算有关链中交易总数和速率的统计信息。

Parameters

nblocks - 数字,可选,默认=一个月

以块数表示的窗口大小

blockhash - 字符串,可选,默认=链尖

结束窗口的块的哈希值。

Request

curl --location --request POST 'https://bch.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "getchaintxstats",
"params": [null, null],
"id": "getblock.io"}'


Response

{
    "error": null,
    "id": "getblock.io",
    "result": {
        "time": 1619167479,
        "txcount": 325942210,
        "txrate": 3.981989438565958,
        "window_block_count": 4320,
        "window_final_block_hash": "0000000000000000023a561e1ea370153aac5d1504726d1a039032831c05fcfc",
        "window_interval": 2469551,
        "window_tx_count": 9833726
    }
}