Get the IOTA NTP configuration.
Method: GET
URL Params: None
Response:
{
"command": "daemon:ntp",
"command_result": {
"analyzer": {
"error": false,
"message": "You can run a capture session or import a capture file",
"running": false
},
"daemon": {
"enabled": false,
"servers": ["some_server","some_other_server"]
}
},
"errors": false,
"general_message": "Successfully retrieved the information from the daemon"
}