XEM
POST
GET
Last updated on January 1, 1970
1 min read
Method /node/info undefined ()
connect with REST protocol
/node/info
Gets basic information about a node. Using IP 127.0.0.1 gets informationabout the local node.
Parameters
-
Request
curl --location --request GET 'https://xem.getblock.io/node/info'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"endpoint": {
"host": "31.172.74.35",
"port": 7890,
"protocol": "http"
},
"identity": {
"name": "NDX7DFK43JV6HT2ZCKF5D37JBZJJA6KMFURXDVKL",
"public-key": "de23c19f3d8f55cb3d97ee5fc6c8131e0d348bfc5ee1e31d775bdc0a873eeb2e"
},
"metaData": {
"application": null,
"features": 1,
"networkId": 104,
"platform": "Private Build (1.8.0_292) on Linux",
"version": "0.6.100"
}
}
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" }