Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Break-Even Cost

Calculate and analyze break-even costs for ASIC mining operations.

GET
/asic/break-even-cost

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanstring

Time span

Default: "1M"Value in: "1D" | "7D" | "1M" | "3M" | "1Y" | "5Y" | "ALL"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/break-even-cost?span=1D" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICBreakEvenCostData.json",
  "data": [
    {
      "cost": 0.1,
      "modelName": "string",
      "timestamp": "2019-08-24T14:15:22Z"
    }
  ]
}