Skip to content

Enable infinity mode

POST
/time/infinitystart

Enables unlimited mode for an address already in Host Mode: energy keeps being delegated cycle after cycle until you stop the address with /time/stop.

The address must already be in Host Mode and be inactive. The balance must cover at least one cycle at the current price — this is checked before activation.

Billing is the same as for ordinary cycles: you are charged at the moment of delegation. The 8 TRX daily minimum and the shutdown after two idle days apply in infinity mode as well.

In /time/status such an address reports cycles_ordered and cycles_remaining as null — read that as unlimited, not as no cycles left.

Authorizations

ApiKeyAuth

API key from the dashboard. Some Host Mode endpoints also accept the key as an api_key field in the request body — this is stated in the schema of the particular operation.

Type
API Key (header: X-API-KEY)

Request Body

application/json
JSON
{
  
"api_key": "string",
  
"address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE"
}

Responses

Success is code: 0; errors arrive with HTTP 200 and a negative code.

application/json
JSON
{
  
"code": 0,
  
"msg": "string",
  
"data": {
  
}
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI