POST /apiv2/time/stop
Stop Host Mode for an address (disables all automation).
Endpoint URL
POST https://netts.io/apiv2/time/stop
Request Headers
Header | Required | Description |
---|---|---|
Content-Type | Yes | application/json |
X-API-KEY | Yes | Your API key |
X-Real-IP | Yes | IP address from whitelist |
Request Body
json
{
"address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE"
}
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
address | string | Yes | TRON 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