Masternode2 Public API
A listing of public API endpoints for retrieving Masternode2 coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.masternoder.dk/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.masternoder.dk/api/getconnectioncount
- getblockcountReturns the current block index.explorer.masternoder.dk/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.masternoder.dk/api/getblockhash?index=1
- getblock [hash]Returns information about the block with the given hash.explorer.masternoder.dk/api/getblock?hash=000008988e6261fe5858be07c73dc090fbc6e827a103e9d3289444073020adcb
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer.masternoder.dk/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.masternoder.dk/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.masternoder.dk/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.masternoder.dk/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.masternoder.dk/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.masternoder.dk/ext/getaddress/JYUVb913ZVc1FiHfDtUtANenALtG4bfDC3
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.masternoder.dk/ext/getaddresstxs/JYUVb913ZVc1FiHfDtUtANenALtG4bfDC3/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.masternoder.dk/ext/gettx/c5c3fff7600ac8ae2dbf6f2f95ce53b45fe62edf62d84449270670191d292d27
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.masternoder.dk/ext/getbalance/JYUVb913ZVc1FiHfDtUtANenALtG4bfDC3
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange priceexplorer.masternoder.dk/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.masternoder.dk/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.masternoder.dk/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.masternoder.dk/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.masternoder.dk/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.masternoder.dk/ext/getmasternoderewards/JYUVb913ZVc1FiHfDtUtANenALtG4bfDC3/1
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.masternoder.dk/ext/getmasternoderewardstotal/JYUVb913ZVc1FiHfDtUtANenALtG4bfDC3/1
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.masternoder.dk/tx/c5c3fff7600ac8ae2dbf6f2f95ce53b45fe62edf62d84449270670191d292d27
- block (/block/hash)explorer.masternoder.dk/block/000008988e6261fe5858be07c73dc090fbc6e827a103e9d3289444073020adcb
- address (/address/hash)explorer.masternoder.dk/address/JYUVb913ZVc1FiHfDtUtANenALtG4bfDC3
- qrcode (/qr/hash)explorer.masternoder.dk/qr/JYUVb913ZVc1FiHfDtUtANenALtG4bfDC3