getnextmaintenancetime - Tron

getnextmaintenancetime. Returns the Unix timestamp of the next network maintenance (vote-counting) cycle.

getnextmaintenancetime - tron [Value: 20CU]
Returns the Unix timestamp of the next network maintenance (vote-counting) cycle.
Use cases

Use cases

  • Also available as GET
  • Predict when newly cast votes or proposal approvals will take effect
Constraints

Constraints

  • Maintenance cycles occur roughly every 6 hours by default (governance-configurable)
Get started
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key

Language

Request
Examples
curl --request POST \
     --url https://lb.drpc.live/tron/{API-KEY}/wallet/getnextmaintenancetime \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{}'
Copy
Response
200
{
  "num": 1704110400000
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
ParametersThis method does not accept any parameters.
This method does not accept any parameters.
visibleboolean
Output format; the default is false
int64_as_stringboolean
Only for GET. When true, serializes int64 parameter values as JSON strings

Response

200
Returns the Unix timestamp of the next network maintenance (vote-counting) cycle.

Response params

object
numinteger
Unix timestamp, in ms, of the next maintenance cycle