MasternodeVIP Public API
A listing of public API endpoints for retrieving MasternodeVIP coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.84.247.138.128/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.84.247.138.128/api/getconnectioncount
- getblockcountReturns the current block index.84.247.138.128/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.84.247.138.128/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.84.247.138.128/api/getblock?hash=99ad84eadc9fb9f5f3f7195e5c29ce8d9f1edd90a57438afc2947ff591ff6f5f
- 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)84.247.138.128/api/getnetworkhashps
- getvotelistReturns the current vote list.84.247.138.128/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.84.247.138.128/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply84.247.138.128/ext/getmoneysupply
- getdistributionReturns wealth distribution stats84.247.138.128/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address84.247.138.128/ext/getaddress/MMDz6AjfPJpv1PQYgFbQSwA2cwapZHexRS
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]84.247.138.128/ext/getaddresstxs/MMDz6AjfPJpv1PQYgFbQSwA2cwapZHexRS/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash84.247.138.128/ext/gettx/3bfee45c0b6f2e7e6c1f24e8d1da8d000185ce9404632cb013bea336a2d22dcb
- getbalance (/ext/getbalance/hash)Returns current balance of given address84.247.138.128/ext/getbalance/MMDz6AjfPJpv1PQYgFbQSwA2cwapZHexRS
- 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 price84.247.138.128/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours84.247.138.128/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes84.247.138.128/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 masternodes84.247.138.128/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.84.247.138.128/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]84.247.138.128/ext/getmasternoderewards/MMDz6AjfPJpv1PQYgFbQSwA2cwapZHexRS/64152
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]84.247.138.128/ext/getmasternoderewardstotal/MMDz6AjfPJpv1PQYgFbQSwA2cwapZHexRS/64152
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)84.247.138.128/tx/3bfee45c0b6f2e7e6c1f24e8d1da8d000185ce9404632cb013bea336a2d22dcb
- block (/block/hash)84.247.138.128/block/99ad84eadc9fb9f5f3f7195e5c29ce8d9f1edd90a57438afc2947ff591ff6f5f
- address (/address/hash)84.247.138.128/address/MMDz6AjfPJpv1PQYgFbQSwA2cwapZHexRS
- qrcode (/qr/hash)84.247.138.128/qr/MMDz6AjfPJpv1PQYgFbQSwA2cwapZHexRS