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