get_my_peer_id
get_my_peer_id
The get_my_peer_id
method returns your unique identifying Peer ID on the network
Structure | Type | Description |
---|---|---|
(none) |
Structure | Type | Description |
---|---|---|
PeerID | string | The PeerID of your node on the network |
POST
get_my_peer_id#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_my_peer_id"
}'