Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Energy Denominated Revenue

Analyze mining revenue in relation to energy consumption and costs.

GET
/asic/energy-denominated-revenue

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanstring

Time span

Default: "3M"Value in: "3M" | "6M" | "1Y" | "ALL"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/energy-denominated-revenue?span=3M" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICEnergyDenominatedRevenueData.json",
  "data": [
    {
      "19to25": 0,
      "25to38": 0,
      "38to68": 0,
      "above68": 0,
      "timestamp": "2019-08-24T14:15:22Z",
      "under19": 0
    }
  ]
}