get http://127.0.0.1:5001/api/v1/dht/query
Find the closest Peer IDs to a given Peer ID by querying the DHT.
Arguments
Argument | Description | Type | Required? |
---|---|---|---|
arg | The peerID to run the query against. | string | Y |
verbose | Print extra information. | boolean | N |
Find the closest Peer IDs to a given Peer ID by querying the DHT.
Arguments
Argument | Description | Type | Required? |
---|---|---|---|
arg | The peerID to run the query against. | string | Y |
verbose | Print extra information. | boolean | N |
Try It!
to start a request and see the response here!