On this page

latest contributor to this doc

Last Edit:

@gcharang

get_my_peer_id

get_my_peer_id

The get_my_peer_id method returns your unique identifying Peer ID on the network

StructureTypeDescription
(none)

StructureTypeDescription
PeerIDstringThe PeerID of your node on the network

POST
get_my_peer_id
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_my_peer_id"
}

{
  "result": "12D3KooWS9MeuFZhJCfQTntwbTVnXMAJpz9Tvd1XYFuURrGqnJVR"
}