Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Hashrate Costs

Analyze cost metrics associated with hashrate production across ASIC models.

GET
/asic/hashrate-costs

Authorization

X-Hi-Api-Key<token>

In: header

curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/hashrate-costs" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICHashrateCostsData.json",
  "data": [
    {
      "costUsdPhDay": 0.1,
      "energySector": "string",
      "hashrate": 0.1,
      "model": "string"
    }
  ]
}