The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from QNO
getdifficulty
Returns the current difficulty.
explorer.qyno.org/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.qyno.org/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
explorer.qyno.org/api/getmasternodecount
getblockcount
Returns the current block index.
explorer.qyno.org/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.qyno.org/api/getblockhash?index=10000
getblock [hash]
Returns information about the block with the given hash.
explorer.qyno.org/api/getblock?hash=da2c56876a5dce297d756ee28e0f47712ab80208eb96a0165a033a469f34a665
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
explorer.qyno.org/api/getrawtransaction?txid=dc1b66d70e5b355573822fdb1d0e46500518ccba9de48ef368f9168e8595e1a8&decrypt;=0
explorer.qyno.org/api/getrawtransaction?txid=dc1b66d70e5b355573822fdb1d0e46500518ccba9de48ef368f9168e8595e1a8&decrypt;=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.qyno.org/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
explorer.qyno.org/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
explorer.qyno.org/ext/getdistribution
getaddress
Returns information for given address.
explorer.qyno.org/ext/getaddress/YdWpYvvmViV5CAE1xCKBmfy1jmZDMGcKwP
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
explorer.qyno.org/ext/getbalance/YdWpYvvmViV5CAE1xCKBmfy1jmZDMGcKwP
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
explorer.qyno.org/ext/getlasttxs/10/100
getmasternodelist
Returns the number of master nodes on the network that are currently online.
explorer.qyno.org/ext/getmasternodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
explorer.qyno.org/tx/dc1b66d70e5b355573822fdb1d0e46500518ccba9de48ef368f9168e8595e1a8
Block (/block/hash)
Direct link to the Block Page.
explorer.qyno.org/block/da2c56876a5dce297d756ee28e0f47712ab80208eb96a0165a033a469f34a665
Address (/address/hash)
Direct link to the Address Page.
explorer.qyno.org/address/YdWpYvvmViV5CAE1xCKBmfy1jmZDMGcKwP
Qrcode (/qr/hash)
Direct link to the QR Code.
explorer.qyno.org/qr/YdWpYvvmViV5CAE1xCKBmfy1jmZDMGcKwP