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