POST: /ext/info
Jump to navigation
Jump to search
rpc: POST method required, received GET
info.getNodeID info.isBootstrapped info.getNodeVersion
curl -X POST --data '{ "jsonrpc":"2.0", "id" :1, "method" :"info.getNodeID" }' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info
curl -X POST --data '{ "jsonrpc":"2.0", "id" :1, "method" :"info.isBootstrapped", "params":{ "chain":"X" } }' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info
{
"jsonrpc": "2.0",
"result": {
"nodeID": "NodeID-1234567890",
"nodePOP": {
"publicKey": "0x23543645654689d85c12d96220dde68cd4bbf756c8bf7897340982347",
"proofOfPossession": "0x234523626325e0b6b234524352545324552343"
}
},
"id": 1
}
See also[edit]
Advertising: