/wallet/getnextmaintenancetime¶
Get the start time of the next SR maintenance period.
- Source:
framework/src/main/java/org/tron/core/services/http/GetNextMaintenanceTimeServlet.java - Method:
GET/POST
Request parameters¶
None (only visible).
Example:
curl --request POST \
--url https://nile.trongrid.io/wallet/getnextmaintenancetime \
--header 'accept: application/json'
Response¶
| Field | Type | Description |
|---|---|---|
num |
int64 | Next maintenance time (millisecond timestamp) |
Response example (num advances at the end of each maintenance period):
{ "num": 1777446600000 }
Error responses¶
| Trigger | Response |
|---|---|
| Internal node error | {"Error": "<exceptionClass> : <message>"} |