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.
pulse.explorer.cryptoally.net/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
pulse.explorer.cryptoally.net/api/getconnectioncount
getblockcount
Returns the current block index.
pulse.explorer.cryptoally.net/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
pulse.explorer.cryptoally.net/api/getblockhash?index=1337
getblock [hash]
Returns information about the block with the given hash.
pulse.explorer.cryptoally.net/api/getblock?hash=00000000000241ce757b85f4f76b288910563e36394dc2503a98cc3d369e8703
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
pulse.explorer.cryptoally.net/api/getrawtransaction?txid=4c70b8a5a63fa15da5f644916d11cde76332a37ab0c7b1ed0607b3626204ddbe&decrypt=0
pulse.explorer.cryptoally.net/api/getrawtransaction?txid=4c70b8a5a63fa15da5f644916d11cde76332a37ab0c7b1ed0607b3626204ddbe&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
pulse.explorer.cryptoally.net/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
pulse.explorer.cryptoally.net/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
pulse.explorer.cryptoally.net/ext/getaddress/MbAnerAkKDfgFU5ZVfaTpVTWqu4tJJwTaG
getbalance (/ext/getbalance/hash)
Returns current balance of given address
pulse.explorer.cryptoally.net/ext/getbalance/MbAnerAkKDfgFU5ZVfaTpVTWqu4tJJwTaG
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
pulse.explorer.cryptoally.net/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
pulse.explorer.cryptoally.net/tx/4c70b8a5a63fa15da5f644916d11cde76332a37ab0c7b1ed0607b3626204ddbe
block (/block/hash)
pulse.explorer.cryptoally.net/block/00000000000241ce757b85f4f76b288910563e36394dc2503a98cc3d369e8703
address (/address/hash)
pulse.explorer.cryptoally.net/address/MbAnerAkKDfgFU5ZVfaTpVTWqu4tJJwTaG
qrcode (/qr/hash)
pulse.explorer.cryptoally.net/qr/MbAnerAkKDfgFU5ZVfaTpVTWqu4tJJwTaG