POST /apiv2/time/delete
Remove a TRON address from Host Mode.
Endpoint URL
POST https://netts.io/apiv2/time/delete
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 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