Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Efficiency Breakeven Point

Calculate and analyze efficiency breakeven points for ASIC mining operations.

GET
/asic/efficiency-breakeven-point

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanRequiredstring

Time span

Value in: "1M" | "1Y" | "ALL"
electricityPriceRequirednumber

Electricity price in USD/kWh

Minimum: 0.01Format: "double"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/efficiency-breakeven-point?span=1M&electricityPrice=0.02" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/EfficiencyBreakevenPointData.json",
  "data": [
    {
      "breakEvenThreshold": 0.1,
      "timestamp": "2019-08-24"
    }
  ]
}