curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getnextmaintenancetime \
--header 'Content-Type: application/json' \
--data '{}'{
"num": 1693468800000
}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.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
num — timestamp of the next maintenance window in milliseconds since Unix epochwallet/getnextmaintenancetime method is used for:
The body is of type object.
Next maintenance window time
Timestamp of next maintenance window in milliseconds
Was this page helpful?