Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Change

Track price changes and movement patterns in mining stocks over various time periods.

GET
/stocks/change

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

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