Mining Pool/API Documentation/V2/Reporting
Get active workers
Returns a list of all active workers associated to a Workspace.
Authorization
authorization<token>Use your API key here.
In: header
Path Parameters
currency_typeRequiredstringWhich currency to query, e.g. BTC or ZEN.
Value in:
"BTC" | "LTC_DOGE" | "SC" | "ZEC" | "ZEN" | "LTC" | "DOGE"Query Parameters
subaccount_namesAny properties in Any properties in string,array<string>,array<string>site_idAny properties in string,stringstart_dateRequiredstringFormat:
"date"end_dateRequiredstringFormat:
"date"tick_sizeRequiredstringThe tick size defines granularity for active workers; only 5m, 1h, and 1d are supported. 5m returns up to last complete week, 1h up to last complete month, and 1d supports the entire history.
Value in:
"5m" | "1h" | "1d"page_numberintegerDefault:
1Minimum: 1page_sizeintegerDefault:
10Minimum: 1Default Response