Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Max Daily Profit

Calculate maximum potential daily profits for ASIC mining operations.

GET
/asic/max-asic-daily-profit

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/max-asic-daily-profit?span=1D" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/MaxRigProfitPerDayData.json",
  "data": [
    {
      "allInSustainingCost": 0.1,
      "dailyProfit": 0.1,
      "operatingCost": 0.1,
      "revenue": 0.1,
      "timestamp": "2019-08-24T14:15:22Z"
    }
  ]
}