getmoneysupply
Returns current money supply
explorer.frogcoin.info/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.frogcoin.info/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.frogcoin.info/ext/getaddress/F7CCbdxwD1VZNo8S3uCxUQZyhvNRx3nSmHgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.frogcoin.info/ext/getaddresstxs/F7CCbdxwD1VZNo8S3uCxUQZyhvNRx3nSmH/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.frogcoin.info/ext/gettx/2daa6bb533c3364aa2b3e252033c5faaed05a157e36a20f0ef57a7f8fd62dfe9getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.frogcoin.info/ext/getbalance/F7CCbdxwD1VZNo8S3uCxUQZyhvNRx3nSmHgetlasttxs (/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.frogcoin.info/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.frogcoin.info/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes
explorer.frogcoin.info/ext/getbasicstatsgetsummary
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.frogcoin.info/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
explorer.frogcoin.info/ext/getmasternodelistgetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
explorer.frogcoin.info/ext/getmasternoderewards/F7CCbdxwD1VZNo8S3uCxUQZyhvNRx3nSmH/1000getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
explorer.frogcoin.info/ext/getmasternoderewardstotal/F7CCbdxwD1VZNo8S3uCxUQZyhvNRx3nSmH/1000