On this page

latest contributor to this doc

Last Edit:

@gcharang

get_my_peer_id

get_my_peer_id

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

StructureTypeDescription
(none)

StructureTypeDescription
PeerIDstringThe 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"
}'