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