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#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_relay_mesh"
}'