Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Price Index

Track and analyze ASIC miner price indices and market trends.

GET
/asic/price-index

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanstring

Time span

Default: "3M"Value in: "3M" | "6M" | "1Y" | "ALL"
currencyRequiredstring

Currency

Value in: "USD" | "BTC"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/price-index?span=3M&currency=USD" \
  -H "X-Hi-Api-Key: <token>"

OK

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