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