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