Skip to main content

GetNextMaintenanceTime

GET

Returns the timestamp of the next voting time in milliseconds.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Responses
numinteger
codestringrequired
Code identifying the cause of the failed request.
messagestringrequired
Detailed message including the name and value of the invalid parameter.
{
"code": "ERROR_CODE",
"message": "400"
}
cURL
curl -X GET 'https://tron-mainnet.nodit.io/wallet/getnextmaintenancetime' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'