Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Energy Calculator

Calculate and analyze energy consumption metrics for ASIC mining operations.

GET
/asic/energy-calc

Authorization

X-Hi-Api-Key<token>

In: header

curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/energy-calc" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICEnergyCalcData.json",
  "data": [
    {
      "asicCountPerMW": 0,
      "capExPerMW": 0.1,
      "dailyBTCPerMW": 0.1,
      "dailyUSDPerMW": 0.1,
      "model": "string",
      "paybackDays": 0,
      "slug": "string",
      "totalHashrate": 0.1
    }
  ]
}