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