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.euno.network/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://explorer.euno.network/api/getconnectioncount
getblockcount
Returns the current block index.
https://explorer.euno.network/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://explorer.euno.network/api/getblockhash?index=61
getblock [hash]
Returns information about the block with the given hash.
https://explorer.euno.network/api/getblock?hash=00000000018ecb727c7a372cbeeb69e61d7f362f2d16f402fef631900e09572b
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://explorer.euno.network/api/getrawtransaction?txid=6b2e16d32bae884dda141f4e58326a1b6a3b0af74f0f0306045e1a01dcc4f7b4&decrypt=0
https://explorer.euno.network/api/getrawtransaction?txid=6b2e16d32bae884dda141f4e58326a1b6a3b0af74f0f0306045e1a01dcc4f7b4&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
https://explorer.euno.network/api/getnetworkhashps
getmasternodes
Returns a list of the masternodes currently detected on the network.
https://explorer.euno.network/api/getmasternodes
Return data from local indexes
getmoneysupply
Returns current money supply
https://explorer.euno.network/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
https://explorer.euno.network/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
https://explorer.euno.network/ext/getaddress/EV8so5hxKexu8L4XTbhDddGjW5VpsKp3Gw
getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://explorer.euno.network/ext/getbalance/EV8so5hxKexu8L4XTbhDddGjW5VpsKp3Gw
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
https://explorer.euno.network/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
https://explorer.euno.network/tx/6b2e16d32bae884dda141f4e58326a1b6a3b0af74f0f0306045e1a01dcc4f7b4
block (/block/hash)
https://explorer.euno.network/block/00000000018ecb727c7a372cbeeb69e61d7f362f2d16f402fef631900e09572b
address (/address/hash)
https://explorer.euno.network/address/EV8so5hxKexu8L4XTbhDddGjW5VpsKp3Gw
qrcode (/qr/hash)
https://explorer.euno.network/qr/EV8so5hxKexu8L4XTbhDddGjW5VpsKp3Gw