On this page

latest contributor to this doc

Last Edit:

@gcharang

get_relay_mesh

get_relay_mesh

The get_relay_mesh method returns a list of peerIDs included in our local relay mesh.

StructureTypeDescription
(none)

StructureTypeDescription
PeerIDsListPeerIDs within your local relay mesh

POST
get_relay_mesh
#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_relay_mesh"
}'