POST
/
95e61622bf6a8af293978377718e3b77
/
wallet
/
getnextmaintenancetime
wallet/getnextmaintenancetime
curl --request POST \
  --url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getnextmaintenancetime \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "num": 1693468800000
}
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 you 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

The wallet/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 · object

Response

200 - application/json

Next maintenance window time

The response is of type object.