Get miners
Returns a paginated list of miners with optional filtering by site, agent, status, model, and firmware. For nested AND/OR logic across a larger field set, pass the `filter` query parameter as URL-encoded JSON; when supplied, it supersedes the flat filter params.
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"filterobjectURL-encoded JSON object enabling nested AND/OR filter logic across miners. When supplied, supersedes the flat filter params (site_id, agent_id, hashing_status, healthy_status, model, firmware).
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: 1Maximum: 5000Default Response