Get hashrate history
Returns hashrate (expressed as H/s) and efficiency time series data for a set of sub-accounts and a currency type, given a specified time period. Accepts either a list of subaccounts or an entire subaccount group.
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"
Query Parameters
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"
tick_size
RequiredstringThe tick size defines granularity; 5m returns up to last complete week, 1h up to last complete month, and 1d/1w/1M support the entire history.
"5m" | "1h" | "1d" | "1w" | "1M"
page_number
numberThe page number to use for the returned data.
1
page_size
numberThe page size to use for the returned data.
1
subaccount_names
Any properties in string,array<string>An array of subaccount names for which to retrieve summary information.
group_id
stringAn alternate shortcut for specifying subaccounts. Can be used in place of subaccount_names
"uuid"
Default Response