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:
The body is of type object.
Next maintenance window time
Timestamp of next maintenance window in milliseconds
Was this page helpful?