Group

This is a detailed documentation on how to get historical estimated profitability for specific group. The data is updated every 10 minutes.

https://api.minerstat.com/v2/stats-group/{ACCESS_KEY}/{GROUP}?timezone={TIMEZONE}

Parameters

Parameter
Type
Description
Required{ACCESS_KEY}
string
This is your unique access key. If you forgot what is the value, check this help article.
Required{GROUP}
string
This is the name of the group. API won't return any result if you didn't add a worker to this group in your minerstat dashboard.
{TIMEZONE}
string
Optional parameter, which will return historical data in your timezone. If you skip this parameter, the results will shown for UTC.

Example call

https://api.minerstat.com/v2/stats-group/4cc355k3y/GTX1080?timezone=Europe/Tallinn

Example response

1
2
3
4
5
6
7
{
 "1527670800": 15.6241,
 "1527671400": 15.7642,
 "1527672000": 15.6653,
 "1527672600": 15.6976,
 ...
}
Parameter
Type
Description
object
object{}
The response of the API is object where each element of the object is timestamp.
 object.{TIMESTAMP}
real
Estimated daily profitability at UNIX timestamp {TIMESTAMP}.