Luxor PlatformAPI DocumentationCommanderReporting

Get performance summary

Returns aggregated performance KPIs including hashrate, power consumption, efficiency, and hashing miners count.

GET
/v2/commander/performance/summary

Authorization

LuxorAPIKey
authorization<token>

Use your API key here.

In: header

Query Parameters

site_ids?string

Comma-separated site UUIDs

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v2/commander/performance/summary"
{  "hashrate": 110000000000000,  "power_consumption": 3250,  "efficiency": 29.5,  "hashing_miners": 150,  "max_temperature": 65}
{  "statusCode": 400,  "code": "FST_ERR_VALIDATION",  "error": "Bad Request",  "message": "body/end_date Required"}
{  "statusCode": 400,  "code": "FST_ERR_VALIDATION",  "error": "Bad Request",  "message": "body/end_date Required"}