get_relay_mesh
get_relay_mesh
The get_relay_mesh
method returns a list of peerIDs included in our local relay mesh.
Structure | Type | Description |
---|---|---|
(none) |
Structure | Type | Description |
---|---|---|
PeerIDs | List | PeerIDs within your local relay mesh |
POST
get_relay_mesh{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_relay_mesh"
}
{
"result": [
"12D3KooWM8BrDBXc1TVw2vswoqYcQVn7fFvpAvcCfaV2Uqg2L9jU",
"12D3KooWJDoV9vJdy6PnzwVETZ3fWGMhV41VhSbocR1h2geFqq9Y"
]
}