get_my_peer_id
The get_my_peer_id method returns your unique identifying Peer ID on the network.
| Parameter* = required | Type | Description |
|---|---|---|
| (none) | | Optional. |
| Parameter* = required | Type | Description |
|---|---|---|
| result* | string | The Peer ID of your node on the network |
POST
get_my_peer_id{
"method": "get_my_peer_id",
"userpass": "RPC_UserP@SSW0RD"
}
Response (Success)
SUCCESS
{
"result": "12D3KooWD1qVz4NAvvxYvL6zo4R8T6GRC8biroRyHud9uin2yKSe"
}