5

I would like to know if it is possible to see the syncing status of my neighbors.

Apoge
  • 215
  • 1
  • 7

1 Answers1

3

Via curl if the neighbor exposes the getNodeInfo API:

curl -H 'X-IOTA-API-VERSION: 1.4' \ 
  -d '{"command":"getNodeInfo"}' \ 
  http://<hostname>:14265
Akkumulator
  • 1,468
  • 9
  • 19