Skip to main content

system_peers

Description#

Returns a list of peers the node is currently connected to.

When to use it:

  • Debug connectivity issues or peer churn.
  • Build network monitoring and operator dashboards.
  • Adapt UI behavior when the node is isolated or not fully peered.

Note: On shared public RPC, the peer list may be masked or empty.

Code Examples#

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"system_peers","params":[],"id":1}'