
API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.keymaker.cc/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.keymaker.cc/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.keymaker.cc/ext/getaddress/KXSKRhXkDrs7HZy2HkZNXo6fCv6fGARwTUgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.keymaker.cc/ext/getaddresstxs/KXSKRhXkDrs7HZy2HkZNXo6fCv6fGARwTU/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.keymaker.cc/ext/gettx/9f315a40a25616436729f10bafc2b07a4b9dd25b49b817c81225f27348e97069getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.keymaker.cc/ext/getbalance/KXSKRhXkDrs7HZy2HkZNXo6fCv6fGARwTUgetlasttxs (/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.keymaker.cc/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.keymaker.cc/ext/getnetworkpeersgetsummary
Returns 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 masternodes
explorer.keymaker.cc/ext/getsummary
Linking (GET)
Linking to the block explorer