Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Models

Access detailed specifications and performance data for various ASIC mining models.

GET
/asic/models

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICModelData.json",
  "data": [
    {
      "algorithm": "string",
      "brand": "string",
      "depth": 0.1,
      "hashrate": 0.1,
      "height": 0.1,
      "manufacturer": "string",
      "model": "string",
      "power": 0,
      "releaseDate": "2019-08-24T14:15:22Z",
      "slug": "string",
      "voltage": 0,
      "weight": 0.1,
      "width": 0.1
    }
  ]
}