API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
10.147.17.3:4001/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
10.147.17.3:4001/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
10.147.17.3:4001/ext/getaddress/CKA7Kavqgrt3CJVvJ4Rgq1rv1Fe4X5XbMCgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
10.147.17.3:4001/ext/getaddresstxs/CKA7Kavqgrt3CJVvJ4Rgq1rv1Fe4X5XbMC/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
10.147.17.3:4001/ext/gettx/969c40a1af9f109719ea811e7a696f0fd4c89b95ea39604e54cded46383c5bf8getbalance (/ext/getbalance/hash)
Returns current balance of given address
10.147.17.3:4001/ext/getbalance/CKA7Kavqgrt3CJVvJ4Rgq1rv1Fe4X5XbMCgetlasttxs (/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
10.147.17.3:4001/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
10.147.17.3:4001/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
10.147.17.3:4001/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
10.147.17.3:4001/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
10.147.17.3:4001/ext/getmasternodelistgetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
10.147.17.3:4001/ext/getmasternoderewards/CKA7Kavqgrt3CJVvJ4Rgq1rv1Fe4X5XbMC/8888getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
10.147.17.3:4001/ext/getmasternoderewardstotal/CKA7Kavqgrt3CJVvJ4Rgq1rv1Fe4X5XbMC/8888
Linking (GET)
Linking to the block explorer