/monitoring-start
Starts the blockchain state monitoring service with a specified interval
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Monitoring start configuration
Response Body
application/json
curl -X POST "https://loading/./../api/v1/monitoring/start" \ -H "Content-Type: application/json" \ -d '{ "intervalMs": 30000 }'{
"status": "success",
"data": {
"message": "Monitoring service started with 30000ms interval",
"started": true
}
}Empty
Empty
Empty



