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