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