Luxor Documentation Hub LogoSupport ↗Support ↗ (opens in a new tab)Product Changelog ↗Product Changelog ↗ (opens in a new tab)Luxor Website ↗Luxor Website ↗ (opens in a new tab)
(opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction

  • Mining Pool
    • Getting Started
    • Payments
    • Monitoring
    • Catalyst
      • Getting Started
      • Python Client
      • Get Subaccount Access List
      • Get Worker Details
      • Get Worker Hashrate History
      • Subaccount Mining Summary
      • Subaccounts Hashrate History
      • Get Profile Hashrate
      • Get Hashrate Score History
      • Get Hashrate Score History
      • Get Transaction History
      • Get Pool Hashrate
      • Soft Delete Miner
      • Soft Batch Delete Miners
      • Create New Subaccount
      • Delete Subaccount
      • Delegate Subaccount
      • Remove Profile Permissions
      • Provision Watcher Link
      • Delete Watcher Link
      • Get Wallet
      • Get Wallet Addresses
      • Set Wallet Address Name
      • Set Wallet Payout Address

  • Firmware (LuxOS)
    • Getting Started
    • Miner Compatibility
    • Features
    • Luxminer CLI (Batchtool)
      • Getting Started
        • Basics
        • Boards and profiles
        • General configuration
        • Groups and Pools
        • Fans and Temperature
      • Sessions
      • Available Commands
        • addpool
        • asc
        • asccount
        • check
        • coin
        • config
        • devdetails
        • devs
        • disablepool
        • edevs
        • enablepool
        • estats
        • fans
        • lcd
        • pools
        • removepool
        • stats
        • summary
        • switchpool
        • tempctrl
        • temps
        • version
        • addgroup
        • atm
        • atmset
        • curtail
        • fanset
        • frequencyget
        • frequencyset
        • frequencystop
        • groupquota
        • groups
        • healthchipget
        • healthchipset
        • healthctrl
        • healthctrlset
        • immersionswitch
        • kill
        • ledset
        • limits
        • logoff
        • logon
        • netset
        • power
        • profilenew
        • profilerem
        • profiles
        • profileset
        • reboot
        • rebootdevice
        • removegroup
        • resetminer
        • session
        • tempctrlset
        • updaterun
        • updateset
        • voltageget
        • voltageset

  • ASIC Trading (RFQ)
    • Glossary
    • RFQ Types
    • Shipping
    • Payment
    • Sellers
    • Buyers

  • Derivatives
    • Hashprice
    • Hashprice Forwards
    • Onboarding
    • Glossary

  • Hashrate Index
    • Hashprice
    • Datasets
    • Mining Calculator
    • Python Client
    • Widgets

  • OrdinalHub
    • Ordinals
    • Glossary
    • API Docs (opens in a new tab)

On This Page

  • Example
  • Response
  • Arguments
  • mpn (MiningProfileName!)
  • Type
  • BigFloat
Mining Pool
API Docs
Get Profile Hashrate

Gets profile hashrate given a mining profile name.

Example

query getProfileHashrate {
  getProfileHashrate(mpn: ARRR)
}

Response

{
  "data": {
    "getProfileHashrate": ""
  }
}

Arguments

mpn (MiningProfileName!)

Type

BigFloat

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

Subaccounts Hashrate HistoryGet Hashrate Score History

Luxor Documentation