API

If you are a developer and would like to request additional endpoints, please reach out to us on our discord channel.

Wallet Earnings and Payouts

request: https://minermore.com/api/wallet?address=WALLET_ADDRESS
{
  "UFO":
  {"balance":"0.00000000","total_paid":"24131.36631679"}, 
"SAFE":
  {"balance":"0.00000000","total_paid":"3060.02739288"},
"RVN":
{"balance":"0.00000000","total_paid":"1636.88167057"}
}

Optionally, specify a coin like: https://minermore.com/api/wallet?address=WALLET_ADDRESS&coin=SYMBOL

Current hashrate for a wallet

request: https://minermore.com/api/wallet_hashrate?wallet=WALLET_ADDRESS&symbol=SYMBOL
{
"5m":160700566.85075,
"1h":154476847.02336,
"6h":155265800.94526,
"12h":157490332.4578,
"24h":155096953.77827
}

Detailed stats on workers associated with a wallet

request: https://minermore.com/api/workers?wallet=WALLET_ADDRESS
{
  "workers":
    [
     {
       "name":"AMD8350",
       "password":"x",
       "coin":"RITO",
       "first_online":"1547071696",
       "last_online":"1547813398",
       "hashrate_avg":56689377.444185,
       "hashrate":52888008.407518
     },
     {
       "name":"cryptoj",
       "password":"x",
       "coin":"RITO",
       "first_online":"1547072494",
       "last_online":"1547813399",
       "hashrate_avg":47199797.136686,
       "hashrate":62904745.46856
     },
     {
       "name":"zotac1",
       "password":"x",
       "coin":"RITO",
       "first_online":"1547393069",
       "last_online":"1547813398",
       "hashrate_avg":41606266.139669,
       "hashrate":59007267.464105
     }
   ]
}

Pool Status

request: https://minermore.com/api/status
{
"RVN":{"port":"4501",
  "name":"Ravencoin",
  "fees":0,
  "estimate_current":"0.00000000",
  "estimate_last24h":"0.00000000",
  "actual_last24h":"0.00000",
  "mbtc_mh_factor":"1",
  "hashrate":102906858.77688,
  "hashrate_last24h":3190584.2050282
  },
  
"UFO":{"port":"4502",
  "name":"UFOCoin",
  "fees":1,
  "estimate_current":"0.00000000",
  "estimate_last24h":"0.00000000",
  "actual_last24h":"0.00000",
  "mbtc_mh_factor":"1",
  "hashrate":0,
  "hashrate_last24h":4861393.114497
  },
  
"SAFE":{"port":"4503",
  "name":"SafeCoin",
  "fees":1,
  "estimate_current":"0.00000000",
  "estimate_last24h":"0.00000000",
  "actual_last24h":"0.00000",
  "mbtc_mh_factor":"1",
  "hashrate":54.2,
  "hashrate_last24h":331.31
  }

}

Currencies

request: https://minermore.com/api/currencies
{
	"RVN": {
		"algo": "x16r",
		"port": 3636,
		"host": "pool.minermore.com",
		"name": "Ravencoin",
		"height": 18944,
		"workers": 181,
		"shares": 392,
		"hashrate": 7267227499,
		"24h_blocks": 329,
		"24h_btc": 0.54471295,
		"lastblock": 18945,
		"timesincelast": 67
	},

	...
}