getinfo RPC Method
Parameters
This method does not accept any parameters
Returns
version
integer
Loading...
build
string
Loading...
subversion
string
Loading...
protocolversion
integer
Loading...
blocks
integer
Loading...
connections
integer
Loading...
difficulty
number
Loading...
testnet
boolean
Loading...
paytxfee
number
Loading...
relayfee
number
Loading...
errors
string
Loading...
errorstimestamp
integer
Loading...
error
string
Loading...
Request
1curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "getinfo",6"params": [],7"id": 18}'
1curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "getinfo",6"params": [],7"id": 18}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"version": 4030000,6"build": "v4.3.0",7"subversion": "/Zebra:4.3.0/",8"protocolversion": 170140,9"blocks": 3323688,10"connections": 200,11"difficulty": 127318833.42730181,12"testnet": false,13"paytxfee": 0,14"relayfee": 0.000001,15"errors": "chain updates have stalled, state height has not increased for 10 minutes. Hint: check your network connection, and your computer clock and time zone",16"errorstimestamp": 177715976817}18}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"version": 4030000,6"build": "v4.3.0",7"subversion": "/Zebra:4.3.0/",8"protocolversion": 170140,9"blocks": 3323688,10"connections": 200,11"difficulty": 127318833.42730181,12"testnet": false,13"paytxfee": 0,14"relayfee": 0.000001,15"errors": "chain updates have stalled, state height has not increased for 10 minutes. Hint: check your network connection, and your computer clock and time zone",16"errorstimestamp": 177715976817}18}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free