API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
scan.waluuta.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
scan.waluuta.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
scan.waluuta.com/ext/getaddress/WevJwsioUerJV5YY8rvHJRE8Q6ZFX8aCUu
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
scan.waluuta.com/ext/getaddresstxs/WevJwsioUerJV5YY8rvHJRE8Q6ZFX8aCUu/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
scan.waluuta.com/ext/gettx/152b2e4002bba93091b01524b64c7c68b57960ab89ff439d5acf359557eff192
getbalance (/ext/getbalance/hash)
Returns current balance of given address
scan.waluuta.com/ext/getbalance/WevJwsioUerJV5YY8rvHJRE8Q6ZFX8aCUu
getlasttxs (/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
scan.waluuta.com/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
scan.waluuta.com/ext/getnetworkpeers
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes
scan.waluuta.com/ext/getbasicstats
getsummary
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
scan.waluuta.com/ext/getsummary
getmasternodelist
Returns the complete list of masternodes on the network.
scan.waluuta.com/ext/getmasternodelist
getmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
scan.waluuta.com/ext/getmasternoderewards/WevJwsioUerJV5YY8rvHJRE8Q6ZFX8aCUu/39
getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
scan.waluuta.com/ext/getmasternoderewardstotal/WevJwsioUerJV5YY8rvHJRE8Q6ZFX8aCUu/39
Linking (GET)
Linking to the block explorer