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