Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Manufacturers

Access detailed information about ASIC mining hardware manufacturers.

GET
/asic/manufacturers

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICManufacturerData.json",
  "data": [
    {
      "headquarters": "string",
      "name": "string",
      "slug": "string",
      "website": "string"
    }
  ]
}