Luxor Documentation Hub Logo
Commander/API Documentation

Get performance summary

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

GET
/v2/commander/performance/summary

Authorization

authorization<token>

Use your API key here.

In: header

Query Parameters

site_idsstring

Comma-separated site UUIDs

curl -X GET "https://app.luxor.tech/api/v2/commander/performance/summary?site_ids=618ee7c5-bf5d-45b8-b845-b423cf5123d0" \
  -H "authorization: <token>"

Default Response

{
  "hashrate": 110000000000000,
  "nominal_hashrate": 120000000000000,
  "power_consumption": 3250,
  "efficiency": 29.5,
  "hashing_miners": 150,
  "max_temperature": 65
}