POST /apiv2/time/status
Get Host Mode status for addresses.
Endpoint URL
POST https://netts.io/apiv2/time/status
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 | No | Specific TRON address (if omitted, returns all addresses) |
Response
Success Response (200 OK)
json
{
"code": 0,
"msg": "Success",
"data": {
"addresses": [
{
"address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE",
"status": "active",
"current_energy": 45000,
"energy_threshold": 65000,
"auto_refill": true,
"last_refill": "2025-08-31T08:15:00Z",
"total_orders": 12
}
]
}
}
Notes
- Returns status for all addresses in Host Mode if no specific address provided
- Current energy shows real-time energy balance for the address