The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
bstyexplorer.globalboost.info/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
bstyexplorer.globalboost.info/api/getconnectioncount
getblockcount
Returns the current block index.
bstyexplorer.globalboost.info/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
bstyexplorer.globalboost.info/api/getblockhash?index=160406
getblock [hash]
Returns information about the block with the given hash.
bstyexplorer.globalboost.info/api/getblock?hash=fe4dca18259af50647e940867f44b06f0839edd21e2bb0daeff184548adc12ff
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
bstyexplorer.globalboost.info/api/getrawtransaction?txid=8ccd05973fccabb40bc98a34b70e7378529374d829a046d82547022f55a9646e&decrypt=0
bstyexplorer.globalboost.info/api/getrawtransaction?txid=8ccd05973fccabb40bc98a34b70e7378529374d829a046d82547022f55a9646e&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
bstyexplorer.globalboost.info/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
bstyexplorer.globalboost.info/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
bstyexplorer.globalboost.info/ext/getaddress/XzNPdPJxQZmHzZRHYGygUDTMmpopaG1ph4
getbalance (/ext/getbalance/hash)
Returns current balance of given address
bstyexplorer.globalboost.info/ext/getbalance/XzNPdPJxQZmHzZRHYGygUDTMmpopaG1ph4
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
bstyexplorer.globalboost.info/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
bstyexplorer.globalboost.info/tx/8ccd05973fccabb40bc98a34b70e7378529374d829a046d82547022f55a9646e
block (/block/hash)
bstyexplorer.globalboost.info/block/fe4dca18259af50647e940867f44b06f0839edd21e2bb0daeff184548adc12ff
address (/address/hash)
bstyexplorer.globalboost.info/address/XzNPdPJxQZmHzZRHYGygUDTMmpopaG1ph4
qrcode (/qr/hash)
bstyexplorer.globalboost.info/qr/XzNPdPJxQZmHzZRHYGygUDTMmpopaG1ph4