Luxor Documentation Hub Logo
Mining Pool/API Documentation/Reporting

Get pool hashrate

Returns total hashrate of Luxor Pool for some time intervals

GET
/v1/pool/pool-hashrate/{currency_type}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

currency_typeRequiredstring

Which currency to query, e.g. BTC or DOGE.

Value in: "BTC" | "SC" | "ZEC" | "ZEN" | "LTC" | "DOGE"
curl -X GET "https://app.luxor.tech/api/v1/pool/pool-hashrate/BTC" \
  -H "authorization: <token>"

Default Response

{
  "currency_type": "BTC",
  "hashrate_5m": "string",
  "hashrate_1h": "string",
  "hashrate_24h": "string"
}