Get My Peer ID
API-v1get_my_peer_id
The get_my_peer_id
method returns your unique identifying Peer ID on the network.
Parameter | Type | Required | Description |
---|---|---|---|
(none) | - | This method does not take any parameters. |
Parameter | Type | Description |
---|---|---|
PeerID | string | The PeerID of your node on the network |
get_my_peer_id
POST
get_my_peer_id{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_my_peer_id"
}