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