API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.broccoli-coin.com/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.broccoli-coin.com/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.broccoli-coin.com/ext/getaddress/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCWgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.broccoli-coin.com/ext/getaddresstxs/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.broccoli-coin.com/ext/gettx/6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73edgetbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.broccoli-coin.com/ext/getbalance/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCWgetlasttxs (/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.broccoli-coin.com/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.broccoli-coin.com/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USD price
explorer.broccoli-coin.com/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USD price, network connection count, block count
explorer.broccoli-coin.com/ext/getsummary
Linking (GET)
Linking to the block explorer