API Docs
Overview
Get Pool Hashrate

Get Pool Hashrate

Gets the current hashrate of a pool

Example

query getPoolHashrate {
  getPoolHashrate(mpn: BTC, orgSlug: "luxor")
}

Response

{
  "data": {
    "getPoolHashrate": ""
  }
}

Arguments

  • mpn (MiningProfileName!)
enum MiningProfileName {
  ARRR
  BTC
  DASH
  DCR
  KMD
  LBC
  SC
  SCP
  ZEC
  ZEN
  EQUI
  TBTC
  ETH
  TETH
}

Type

  • BigFloat A floating point number that requires more precision than IEEE 754 binary 64