# get_my_peer_id

get_my_peer_id

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

# Arguments

Structure Type Description
(none)

# Response

Structure Type Description
PeerID string The PeerID of your node on the network

# 📌 Examples

# Command

curl --url "http://127.0.0.1:7783" --data "
	{
        \"userpass\": \"${userpass}\",
        \"method\": \"get_my_peer_id\"
    }
"