Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Overview

Access comprehensive overview of mining stocks performance and market metrics.

GET
/stocks/overview

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/StocksOverviewData.json",
  "data": [
    {
      "btcCorrelation": 0,
      "change24H": 0,
      "change24HPercent": 0,
      "companyName": "string",
      "currency": "string",
      "hum": 0,
      "marketCap": 0,
      "price1d": 0,
      "price30d": 0,
      "slug": "string",
      "ticker": "string",
      "type": "string",
      "volume": 0,
      "ytdChange": 0,
      "ytdChangePercent": 0
    }
  ]
}