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