DGB
POST
GET
Last updated on January 1, 1970
5 min read
Method getblockchaininfo undefined ()
connect with JSON-RPC protocol
getblockchaininfo
Returns an object containing various state info regarding blockchainprocessing.
Parameters
-
Request
curl --location --request POST 'https://dgb.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": "b034141fc8e8024752b39513c9ed6db14690bf3a7fe9911a89c83578a73f0457",
"bip9_softforks": {
"csv": {
"since": 4394880,
"startTime": 1489997089,
"status": "active",
"timeout": 1521891345
},
"nversionbips": {
"since": 4394880,
"startTime": 1489997089,
"status": "active",
"timeout": 1521891345
},
"odo": {
"since": 9112320,
"startTime": 1556668800,
"status": "active",
"timeout": 1588291200
},
"reservealgo": {
"since": 8547840,
"startTime": 1542672000,
"status": "active",
"timeout": 1574208000
},
"segwit": {
"since": 4394880,
"startTime": 1490355345,
"status": "active",
"timeout": 1521891345
}
},
"blocks": 13645713,
"chain": "main",
"chainwork": "0000000000000000000000000000000000000000000c124085b05af5213ce5cc",
"difficulties": {
"odo": 758803.473162248,
"qubit": 4838516.667810841,
"scrypt": 111625.4745815573,
"sha256d": 1778960458.9966,
"skein": 8308860.184994861
},
"headers": 13645713,
"initialblockdownload": false,
"mediantime": 1631538179,
"pruned": false,
"size_on_disk": 22888984693,
"softforks": [],
"verificationprogress": 0.9999999300489301,
"warnings": ""
}
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }