For the complete documentation index, see llms.txt. This page is also available as Markdown.

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