GetNextMaintenanceTime

Returns the timestamp of the next voting time in milliseconds.

Request

curl --request GET \
     --url https://tron.api.watchdata.io/wallet/getnextmaintenancetime \
     --header 'Accept: application/json'

Response

{
  "num": 1649231880000
}

Last updated