get_my_peer_id

get_my_peer_id

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

Arguments

StructureTypeDescription
(none)

Response

StructureTypeDescription
PeerIDstringThe PeerID of your node on the network

📌 Examples

Command

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

Response (success)

{
  "result": "12D3KooWS9MeuFZhJCfQTntwbTVnXMAJpz9Tvd1XYFuURrGqnJVR"
}