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