Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC ROI

Calculate and analyze return on investment metrics for ASIC mining operations.

GET
/asic/roi

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

currencyRequiredstring

Currency

Value in: "USD" | "BTC"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/roi?currency=USD" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICROIData.json",
  "data": [
    {
      "capexPerTH": 0.1,
      "efficiency": 0.1,
      "hashrate": 0.1,
      "manufacturer": "string",
      "model": "string",
      "monthsToROI": 0.1,
      "opEx": 0.1,
      "profit": 0.1,
      "revenue": 0.1,
      "slug": "string"
    }
  ]
}