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