Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

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