Commander/API Documentation
Get miners
Returns a paginated list of miners with optional filtering by site, agent, status, model, and firmware.
Authorization
authorization<token>Use your API key here.
In: header
Query Parameters
site_idstringFormat:
"uuid"agent_idstringFormat:
"uuid"hashing_statusstringValue in:
"hashing" | "idle" | "offline" | "N/A"healthy_statusstringValue in:
"healthy" | "failing" | "N/A"modelstringfirmwarestringValue in:
"LuxOS" | "Whatsminer" | "Bitmain" | "MicroBT"sort_bystringValue in:
"hashrate" | "max_temperature" | "power" | "model" | "firmware" | "ip_address" | "last_seen_at"sort_orderstringDefault:
"asc"Value in: "asc" | "desc"page_numberintegerDefault:
1Minimum: 1page_sizeintegerDefault:
25Minimum: 1Default Response