get_relay_mesh

get_relay_mesh

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

Arguments

StructureTypeDescription
(none)

Response

StructureTypeDescription
PeerIDsListPeerIDs within your local relay mesh

📌 Examples

Command

POST get_relay_mesh
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_relay_mesh"
}
Show Response

Response (success)

{
  "result": [
    "12D3KooWM8BrDBXc1TVw2vswoqYcQVn7fFvpAvcCfaV2Uqg2L9jU",
    "12D3KooWJDoV9vJdy6PnzwVETZ3fWGMhV41VhSbocR1h2geFqq9Y"
  ]
}