Mining Pool/API Documentation/V2/Reporting
Get workers hashrate history
Returns hashrate, efficiency and estimated revenue time series data for a set of workers and a currency type, given a specified time period. Revenue is provided only for BTC currency, it is an estimate and should not be considered a source of truth for financial settlement.
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"subaccount_nameRequiredstringA subaccount name for which to retrieve summary information.
Minimum length:
1Query Parameters
worker_namesAny properties in string,array<string>The names of the workers to filter by.
tick_sizeRequiredstringThe tick size defines granularity; only 1d and 1h are supported for workers hashrate efficiency.
Value in:
"1d" | "1h"start_dateRequiredstringFormat:
"date"end_dateRequiredstringFormat:
"date"page_numberintegerDefault:
1Minimum: 1page_sizeintegerDefault:
10Minimum: 1Default Response