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