Skip to main content

getmininginfo RPC Method

Loading...

Updated on
Apr 29, 2026

getmininginfo RPC Method

Parameters

This method does not accept any parameters

Returns

blocks
integer
Loading...
currentblocksize
integer
Loading...
currentblocktx
integer
Loading...
networksolps
integer
Loading...
networkhashps
integer
Loading...
chain
string
Loading...
testnet
boolean
Loading...
error
string
Loading...
Request
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "getmininginfo",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "getmininginfo",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blocks": 3323688,
6
"currentblocksize": 1625,
7
"currentblocktx": 0,
8
"networksolps": 14341671225,
9
"networkhashps": 14341671225,
10
"chain": "main",
11
"testnet": false
12
}
13
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blocks": 3323688,
6
"currentblocksize": 1625,
7
"currentblocktx": 0,
8
"networksolps": 14341671225,
9
"networkhashps": 14341671225,
10
"chain": "main",
11
"testnet": false
12
}
13
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free