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