XEM
POST
GET
Last updated on January 1, 1970
2 min read
Method /debug/connections/timers undefined ()
connect with REST protocol
/debug/connections/timers
Gets an array of task monitor structures. You can monitor the statisticsfor periodic tasks with this information.
Parameters
-
Request
curl --location --request GET 'https://xem.getblock.io/debug/connections/timers'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"data": [
{
"last-delay-time": 3000,
"executions": 1024,
"failures": 0,
"successes": 1024,
"last-operation-start-time": 9317695,
"is-executing": 0,
"name": "FORAGING",
"average-operation-time": 0,
"last-operation-time": 0
},
{
"last-delay-time": 74181,
"executions": 71,
"failures": 0,
"successes": 71,
"last-operation-start-time": 9317654,
"is-executing": 0,
"name": "REFRESH",
"average-operation-time": 6,
"last-operation-time": 7
}
]
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }