Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Asic

Get ASIC Price History

Track historical price trends and market valuations of ASIC mining hardware.

GET
/asic/price-history

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

modelSlugRequiredstring

ASIC model slug. Refer to the Get ASIC models to get the list of allowed slugs

bucketstring

Bucket

Default: "1M"Value in: "1D" | "7D" | "1M"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/asic/price-history?modelSlug=bitmain-antminer-s19j-90th&bucket=1M" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ASICPriceHistoryData.json",
  "data": [
    {
      "price": 0.1,
      "timestamp": "2019-08-24T14:15:22Z"
    }
  ]
}