info
Get the information about the Node
get/info
Response
Node info object
Example response
{
"name": "my-node-1",
"appVersion": "0.0.1",
"fullHeight": 667,
"headersHeight": 667,
"maxPeerHeight": 706162,
"bestFullHeaderId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"previousFullHeaderId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"bestHeaderId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"stateRoot": "dab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"stateVersion": "fab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"isMining": true,
"peersCount": 327,
"unconfirmedCount": 327,
"difficulty": 667,
"currentTime": 1524143059077,
"launchTime": 1524143059077,
"genesisBlockId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"parameters": {
"height": 667,
"storageFeeFactor": 100000,
"minValuePerByte": 360,
"maxBlockSize": 1048576,
"maxBlockCost": 104876,
"blockVersion": 2,
"tokenAccessCost": 100,
"inputCost": 100,
"dataInputCost": 100,
"outputCost": 100
},
"eip27Supported": true,
"restApiUrl": "https://example.com"
}