
API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.lc2.now/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.lc2.now/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.lc2.now/ext/getaddress/lc21qa236kc0j3e4lqpa854slrdvgmks3009t37n4jtgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.lc2.now/ext/getaddresstxs/lc21qa236kc0j3e4lqpa854slrdvgmks3009t37n4jt/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.lc2.now/ext/gettx/835f8505c29344602dd14a415e5681c4a89b76c93e4e26a16693d539ba36e018getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.lc2.now/ext/getbalance/lc21qa236kc0j3e4lqpa854slrdvgmks3009t37n4jtgetlasttxs (/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
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.lc2.now/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
explorer.lc2.now/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
explorer.lc2.now/ext/getsummary
Linking (GET)
Linking to the block explorer