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