MasternodeBTC Public API
A listing of public API endpoints for retrieving MasternodeBTC coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.352896.kipptkehk.tech/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.352896.kipptkehk.tech/api/getconnectioncount
- getblockcountReturns the current block index.352896.kipptkehk.tech/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.352896.kipptkehk.tech/api/getblockhash?index=200
- getblock [hash]Returns information about the block with the given hash.352896.kipptkehk.tech/api/getblock?hash=0000003937c9c2098a3c93089a2d0b34d752e6c00425870c6e484aa36752ecb0
- 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)352896.kipptkehk.tech/api/getnetworkhashps
- getvotelistReturns the current vote list.352896.kipptkehk.tech/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.352896.kipptkehk.tech/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply352896.kipptkehk.tech/ext/getmoneysupply
- getdistributionReturns wealth distribution stats352896.kipptkehk.tech/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address352896.kipptkehk.tech/ext/getaddress/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]352896.kipptkehk.tech/ext/getaddresstxs/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash352896.kipptkehk.tech/ext/gettx/21d4ad07a2df3c8e62137b1c0d976dcf869b3a4870ade399f9b43df7761e5ff5
- getbalance (/ext/getbalance/hash)Returns current balance of given address352896.kipptkehk.tech/ext/getbalance/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
- 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 price352896.kipptkehk.tech/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours352896.kipptkehk.tech/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodes352896.kipptkehk.tech/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count, count of online masternodes, count of offline masternodes352896.kipptkehk.tech/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.352896.kipptkehk.tech/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]352896.kipptkehk.tech/ext/getmasternoderewards/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/200
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]352896.kipptkehk.tech/ext/getmasternoderewardstotal/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/200
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)352896.kipptkehk.tech/tx/21d4ad07a2df3c8e62137b1c0d976dcf869b3a4870ade399f9b43df7761e5ff5
- block (/block/hash)352896.kipptkehk.tech/block/0000003937c9c2098a3c93089a2d0b34d752e6c00425870c6e484aa36752ecb0
- address (/address/hash)352896.kipptkehk.tech/address/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
- qrcode (/qr/hash)352896.kipptkehk.tech/qr/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW