On this page

latest contributor to this doc

Last Edit:

@gcharang

get_gossip_topic_peers

get_gossip_topic_peers

The get_gossip_topic_peers method returns a map of topics to an array of the PeerIDs which are subscribers.

StructureTypeDescription
(none)

StructureTypeDescription
Topic-PeerID mapArrayPeerIDs subscribed to a topic

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