Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Top Performers

Identify and analyze best performing mining stocks and their metrics.

GET
/stocks/top-performers

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/StocksTopPerformerData.json",
  "data": [
    {
      "change24H": 0,
      "change24HPercent": 0,
      "close": 0,
      "slug": "string",
      "ticker": "string"
    }
  ]
}