Returns configuration data and current stats for all configured pools.
Returns information about blocks mined by the pool. Results can be paged by using the page and pageSize query parameters. Note: transactionConfirmationData is usually the blockchain transaction id. http://localhost:4000/api/pools/xmr1/blocks?page=2&pageSize=3
Returns information about payments issued by the pool. Results can be paged by using the page and pageSize query parameters. Note: transactionConfirmationData is usually the blockchain transaction id. http://localhost:4000/api/pools/xmr1/payments?page=2&pageSize=3
Returns a pool's top miners by hashrate for the last 24 hours.
Returns pool performance stats for the last 24 hours.
Provides current stats about a miner on a specific pool. performance.workers is a dictionary where key is a worker name or an empty string for the default worker, and value is an object containing performance metrics for that worker. To compute the combined performance for a miner you need to accumulate the values of all workers in the dictionary.
Returns information about payments issued by the pool to specified miner. Results can be paged by using the page and pageSize query parameters. Note: transactionConfirmationData is usually the blockchain transaction id.
Returns miner performance stats for the last 24 hours. The information is broken down into a dictionary entry for each worker.