Difference between revisions of "POST: /ext/info"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
  
 
== See also ==
 
== See also ==
 +
* {{/ext/}}
 
* {{avalanchego}}
 
* {{avalanchego}}
 
* {{avax}}
 
* {{avax}}
  
 
[[Category:Avalanche]]
 
[[Category:Avalanche]]

Revision as of 08:52, 11 April 2023

rpc: POST method required, received GET
curl -X POST --data '{
    "jsonrpc":"2.0",
    "id"     :1,
    "method" :"info.getNodeID"
}' -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

Advertising: