Mining Pool/API Documentation/Reporting
Get worker hashrate history
Returns hashrate and efficiency time series data for a set of workers and a currency type, given a specified time period.
Authorization
authorization
<token>Use your API key here.
In: header
Path Parameters
currency_type
RequiredstringWhich currency to query, e.g. BTC or ZEN.
Value in:
"BTC" | "LTC_DOGE" | "SC" | "ZEC" | "ZEN"
subaccount_name
RequiredstringA subaccount name for which to retrieve summary information.
Minimum length:
1
Query Parameters
worker_names
array<string>An array of worker names for which to retrieve hashrate and efficiency information.
start_date
RequiredstringThe start date to use for the returned data.
Format:
"date"
end_date
RequiredstringThe end date to use for the returned data.
Format:
"date"
page_number
numberThe page number to use for the returned data.
Minimum:
1
page_size
numberThe page size to use for the returned data.
Minimum:
1
Default Response