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_type
RequiredstringWhich currency to query, e.g. BTC or ZEN.
"BTC" | "LTC_DOGE" | "SC" | "ZEC" | "ZEN"
subaccount_name
RequiredstringA subaccount name for which to retrieve summary information.
1
Query Parameters
worker_names
Any properties in string,array<string>An array of worker names for which to retrieve hashrate and efficiency information.
tick_size
RequiredstringThe tick size to use for the returned data.
"1d" | "1h"
start_date
RequiredstringThe start date to use for the returned data.
"date"
end_date
RequiredstringThe end date to use for the returned data. Will be transformed to include the last second of the day (23:59:59.999) or current time if in the future.
"date"
page_number
numberThe page number to use for the returned data.
1
page_size
numberThe page size to use for the returned data.
1
Default Response