Mining Pool/API Documentation/V2/Reporting
Get hashrate history
Returns a list of all hashrate history 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"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; 5m returns up to last complete week, 1h up to last complete month, and 1d/1w/1M support the entire history.
Value in:
"5m" | "1h" | "1d" | "1w" | "1M"page_numberintegerDefault:
1Minimum: 1page_sizeintegerDefault:
10Minimum: 1Default Response