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
}
num
— timestamp of the next maintenance window in milliseconds since Unix epochwallet/getnextmaintenancetime
method is used for:
Next maintenance window time
The response is of type object
.
Was this page helpful?