List History
Miner
List History
Returns historical performance data for a specific miner
GET
List History
Authorizations
Clerk Machine API Key for authentication
Query Parameters
Page number (default: 1)
Required range:
x >= 1Example:
1
Number of items per page (default: 10, max: 10000)
Required range:
1 <= x <= 10000Example:
10
Start time for the history data in ISO 8601 format with timezone offset.
Example:
"YYYY-MM-DDTHH:MM:SSZ"
End time for the history data in ISO 8601 format with timezone offset.
Example:
"YYYY-MM-DDTHH:MM:SSZ"
Time resolution of the returned snapshots.
10min: max range 1 day (144 data points). Requires miner_id (single-miner queries only).hour(default): max range 7 days (168 data points).day: max range 90 days (90 data points).week: max range 365 days (52 data points).
Available options:
10min, hour, day, week