Luxor Documentation Hub Logo
Mining Pool/API Documentation/V1/Reporting

Get uptime and active workers (DEPRECATED)

⚠️ **DEPRECATED**: This endpoint is deprecated. Please use separate endpoints: `/uptime/{currency_type}` for uptime data and `/active-workers/{currency_type}` for active workers data. This endpoint now returns a deprecation message.

GET
/v1/pool/uptime-active-workers/{currency_type}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

currency_typeRequiredstring
curl -X GET "https://app.luxor.tech/api/v1/pool/uptime-active-workers/<string>" \
  -H "authorization: <token>"

Deprecation notice for the uptime-active-workers endpoint

{
  "message": "This endpoint is deprecated since August 21, 2025. Please use separate endpoints: /uptime/{currency_type} for uptime data and /active-workers/{currency_type} for active workers data.",
  "deprecated": true,
  "alternatives": {
    "uptime_endpoint": "/uptime/{currency_type}",
    "active_workers_endpoint": "/active-workers/{currency_type}"
  }
}