Thanks. I'm pulling API data and also the first page of the HTML to get the available/total rigs. That one might be tripping me. Is there a way to get available/total rigs from the API?
In each algo's rig list there is a 'info' array containing the statistics of total available/rented and hashrates of both (in hash) in the response->data->info section
eg:
"available":{"rigs":"966","hash":"1591665079000000"},"rented":{"rigs":"184","hash":"155035266000000"},"price":{"lowest":"0.0000000175","last_10":"0.00000002","last":"0.0000000179"}
overall total would be available+rented
Cheers
