Share your GetBlock experience with other devs and get 5M RPCs

banner image
zec

ZCash

ZEC

POST

GET

chevron-right

Last updated on January 1, 1970

2 min read

Method getmininginfo ZCash (ZEC)
connect with JSON-RPC protocol

getmininginfo

info-circle-fill

Returns a json object containing mining-related information.

Parameters

-

Request

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

Response

{
    "error": null,
    "id": "getblock.io",
    "result": {
        "blocks": 1384382,
        "currentblocksize": 0,
        "currentblocktx": 0,
        "difficulty": 49663639.85134914,
        "errors": "",
        "errorstimestamp": 1631193056,
        "genproclimit": 1,
        "localsolps": 0,
        "networksolps": 5297326416,
        "networkhashps": 5297326416,
        "pooledtx": 4,
        "testnet": false,
        "chain": "main",
        "generate": false
    }
}
banner icon

Start Building with GetBlock RPCs for Free