Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Top Constituents

Access data about leading mining stocks and their market influence.

GET
/stocks/top-constituents

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/TopConstituentsData.json",
  "data": [
    {
      "category": "string",
      "indexTicker": "string",
      "name": "string",
      "rank": 0,
      "stocksTicker": "string",
      "timestamp": "2019-08-24T14:15:22Z",
      "type": "string",
      "weighting": 0
    }
  ]
}