API Documentation

A public JSON API is provided for accessing pool stats and miner stats.
API access is limited to 100 requests / 15 minutes / IP.
Responses are cached for 1 minute so do not make more frequent requests
Monero amounts are given in piconero (0.000000000001 XMR).
The API endpoint is https://minexmr.com/api/main

Pool

Global pool stats /pool/stats

FieldTypeDescription
poolobject
hashratenumberCurrent pool hashrate
lastBlockFoundnumber stringTimestamp of last block found by the pool
activeMinersnumberCurrent number of pool miners
totalBlocksnumberNumber of blocks found by the pool
blocksDaynumberNumber of blocks found by the pool in last 24h
calcPPSnumberEstimated profit per hash in last 24h
networkobject
difficultynumberCurrent network difficulty
heightnumberCurrent network height
timestampnumberTimestamp from latest network block
rewardnumberBlock reward for latest network block
hashhex stringHash of latest network block
marketobject
moneroobjectCurrent market prices from coingecko

Miner

Miner balance stats /user/stats?address=YOUR_ADDRESS

FieldTypeDescription
balancenumberCurrent balance
tholdnumberAuto payout threshold
paidnumberTotal amount paid

Miner worker stats /user/workers?address=YOUR_ADDRESS

FieldTypeDescription
array
namestringworker id
hashratenumberCurrent hashrate in h/s
lastSharenumber stringTimestamp of last valid share
hashesnumber stringTotal accepted shares
expirednumber stringTotal expired shares
invalidnumber stringTotal invalid shares