wallet/getnextmaintenancetime
Witness and governance
wallet/getnextmaintenancetime | TRON
TRON API method that retrieves the timestamp for the next scheduled maintenance window. wallet/getnextmaintenancetime on TRON via Chainstack.
POST
wallet/getnextmaintenancetime
TRON API method that retrieves the timestamp for the next scheduled maintenance window. Maintenance periods occur every 6 hours and are when witness elections, rewards distribution, and other network governance updates take effect.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
This method does not require any parameters.Response
num— timestamp of the next maintenance window in milliseconds since Unix epoch
Use case
Thewallet/getnextmaintenancetime method is used for:
- Planning witness operations and vote changes before maintenance periods.
- Timing strategic voting decisions to take effect in the next election cycle.
- Building maintenance schedule tracking for automated systems.
- Coordinating network governance activities with maintenance windows.
- Calculating time remaining until witness election results are finalized.
TRON network maintenance occurs every 6 hours (at 00:00, 06:00, 12:00, and 18:00 UTC). During maintenance, witness rankings are updated, rewards are distributed, and governance changes take effect. The returned timestamp is in milliseconds.
Body
application/json
The body is of type object.
Response
200 - application/json
Next maintenance window time
Timestamp of next maintenance window in milliseconds
Last modified on May 18, 2026