Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Hashprice

Get Current Hashprice

Retrieve real-time hashprice data for immediate mining profitability analysis and market assessment.

GET
/hashprice/current

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

hashunitRequiredstring

Currency

Value in: "PHS" | "THS"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/hashprice/current?hashunit=PHS" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/CurrentHashPriceData.json",
  "data": {
    "priceBTC": 0.1,
    "priceUSD": 0.1,
    "timestamp": "2019-08-24T14:15:22Z"
  }
}