API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.chesscoin032.com/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.chesscoin032.com/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.chesscoin032.com/ext/getaddress/CQM2ZmFmi5JkjdxeKr82BDmkSUZJi31Hyygetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.chesscoin032.com/ext/getaddresstxs/CQM2ZmFmi5JkjdxeKr82BDmkSUZJi31Hyy/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.chesscoin032.com/ext/gettx/bba086954f4081aab5dbf9863385e93402572232889091b04b8f96319dd22e7egetbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.chesscoin032.com/ext/getbalance/CQM2ZmFmi5JkjdxeKr82BDmkSUZJi31Hyygetlasttxs (/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.chesscoin032.com/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.chesscoin032.com/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
explorer.chesscoin032.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.chesscoin032.com/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
explorer.chesscoin032.com/ext/getmasternodelist
Linking (GET)
Linking to the block explorer