Skip to content

POST /apiv2/time/delete

Remove a TRON address from Host Mode.

Endpoint URL

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

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 remove from Host Mode

Response

Success Response (200 OK)

json
{
    "code": 0,
    "msg": "Address successfully removed from Host Mode",
    "data": {
        "address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE",
        "status": "removed",
        "removed_at": "2025-08-31T10:30:00Z"
    }
}

Notes

  • Removing an address stops all automatic energy monitoring
  • Any pending orders for the address will be cancelled