Up to 50% Off on Your First Month

Subscribe by April 30th with a credit card and save big!

Sale bannerSale banner
bch

Bitcoin Cash

BCH

POST

GET

chevron-right

Last updated on January 1, 1970

2 min read

Method getblockchaininfo Bitcoin Cash (BCH)
connect with JSON-RPC protocol

getblockchaininfo

info-circle-fill

Returns an object containing various state info regarding blockchainprocessing.

Parameters

-

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": "getblockchaininfo",
"params": [],
"id": "getblock.io"}'

Response

{
    "error": null,
    "id": "getblock.io",
    "result": {
        "bestblockhash": "0000000000000000023a561e1ea370153aac5d1504726d1a039032831c05fcfc",
        "blocks": 684634,
        "chain": "main",
        "chainwork": "0000000000000000000000000000000000000000016623d7bc4511ec504acf5b",
        "difficulty": 303127737690.0432,
        "headers": 684634,
        "initialblockdownload": false,
        "mediantime": 1619163231,
        "pruned": false,
        "size_on_disk": 183446378110,
        "verificationprogress": 0.9999847435404801,
        "warnings": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 22 day(s). Please upgrade, or add expire=0 to your configuration file if you want to continue running this version. If you do nothing, the software will gracefully degrade by limiting its functionality in 22 day(s)."
    }
}
banner icon

Start Building with GetBlock RPCs for Free