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