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.
https://explorer.cryptoescudo.work/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://explorer.cryptoescudo.work/api/getconnectioncount
getblockcount
Returns the current block index.
https://explorer.cryptoescudo.work/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://explorer.cryptoescudo.work/api/getblockhash?index=1337
getblock [hash]
Returns information about the block with the given hash.
https://explorer.cryptoescudo.work/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.work/api/getrawtransaction?txid=af59c7b477dd2539205127615eb0be8b87377a143a09d9f05dbc28612842afb3&decrypt=0
https://explorer.cryptoescudo.work/api/getrawtransaction?txid=af59c7b477dd2539205127615eb0be8b87377a143a09d9f05dbc28612842afb3&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
https://explorer.cryptoescudo.work/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
https://explorer.cryptoescudo.work/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
https://explorer.cryptoescudo.work/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
https://explorer.cryptoescudo.work/ext/getaddress/CbosDaWAJrHcU7pX6928Ut23HfTifdr78S
gettx (/ext/gettx/hash)
Returns information for given tx hash
https://explorer.cryptoescudo.work/ext/gettx/af59c7b477dd2539205127615eb0be8b87377a143a09d9f05dbc28612842afb3
getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://explorer.cryptoescudo.work/ext/getbalance/CbosDaWAJrHcU7pX6928Ut23HfTifdr78S
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
https://explorer.cryptoescudo.work/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
https://explorer.cryptoescudo.work/tx/af59c7b477dd2539205127615eb0be8b87377a143a09d9f05dbc28612842afb3
block (/block/hash)
https://explorer.cryptoescudo.work/block/25cddc2f85c6b7aa1f547996d384c9778b0b6e4fa8824f20bc8caee52b503177
address (/address/hash)
https://explorer.cryptoescudo.work/address/CbosDaWAJrHcU7pX6928Ut23HfTifdr78S
qrcode (/qr/hash)
https://explorer.cryptoescudo.work/qr/CbosDaWAJrHcU7pX6928Ut23HfTifdr78S