
MasterStake Public API
A listing of public API endpoints for retrieving MasterStake 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.masterstake.net/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.masterstake.net/api/getconnectioncount
- getblockcountReturns the current block index.explorer.masterstake.net/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.masterstake.net/api/getblockhash?index=5000
- getblock [hash]Returns information about the block with the given hash.explorer.masterstake.net/api/getblock?hash=23b0f94d245285206efb4588045fba4ca60e40caf25451cc93a8c58b842da2f9
- 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.masterstake.net/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.masterstake.net/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.masterstake.net/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.masterstake.net/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.masterstake.net/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.masterstake.net/ext/getaddress/MVzkELictdrG8UZFxFBzBrsSJ41VUFHDiY
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.masterstake.net/ext/getaddresstxs/MVzkELictdrG8UZFxFBzBrsSJ41VUFHDiY/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.masterstake.net/ext/gettx/81b1d6d246cb2cb3fc736bb87fec3b74b45c8646555f70106a02a5b516720c6e
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.masterstake.net/ext/getbalance/MVzkELictdrG8UZFxFBzBrsSJ41VUFHDiY
- 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.masterstake.net/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.masterstake.net/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.masterstake.net/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.masterstake.net/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.masterstake.net/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.masterstake.net/ext/getmasternoderewards/MVzkELictdrG8UZFxFBzBrsSJ41VUFHDiY/5000
- 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.masterstake.net/ext/getmasternoderewardstotal/MVzkELictdrG8UZFxFBzBrsSJ41VUFHDiY/5000
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.masterstake.net/tx/81b1d6d246cb2cb3fc736bb87fec3b74b45c8646555f70106a02a5b516720c6e
- block (/block/hash)explorer.masterstake.net/block/23b0f94d245285206efb4588045fba4ca60e40caf25451cc93a8c58b842da2f9
- address (/address/hash)explorer.masterstake.net/address/MVzkELictdrG8UZFxFBzBrsSJ41VUFHDiY
- qrcode (/qr/hash)explorer.masterstake.net/qr/MVzkELictdrG8UZFxFBzBrsSJ41VUFHDiY