Skip to content

POST /apiv2/time/stop

Stop Host Mode for an address (disables all automation).

Endpoint URL

POST https://netts.io/apiv2/time/stop

Request Headers

HeaderRequiredDescription
Content-TypeYesapplication/json
X-API-KEYYesYour API key
X-Real-IPYesIP address from whitelist

Request Body

json
{
    "address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE"
}

Parameters

ParameterTypeRequiredDescription
addressstringYesTRON address to stop Host Mode for

Response

Success Response (200 OK)

json
{
    "code": 0,
    "msg": "Host Mode successfully stopped",
    "data": {
        "address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE",
        "status": "stopped",
        "stopped_at": "2025-08-31T10:30:00Z",
        "final_energy": 45000
    }
}

Notes

  • Stops all automation including infinity mode and auto-refill
  • Pending orders will be cancelled
  • Address remains in your account but becomes inactive