Skip to content

POST /apiv2/time/status

Get Host Mode status for addresses.

Endpoint URL

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

Request Headers

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

Request Body

json
{
    "address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE"
}

Parameters

ParameterTypeRequiredDescription
addressstringNoSpecific 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