Qquanti Public API
A listing of public API endpoints for retrieving Qquanti coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.qtiexplorer.info/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.qtiexplorer.info/api/getconnectioncount
- getblockcountReturns the current block index.qtiexplorer.info/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.qtiexplorer.info/api/getblockhash?index=100
- getblock [hash]Returns information about the block with the given hash.qtiexplorer.info/api/getblock?hash=1ec85cb1f6d59b634b83bdd47083d8139bedb507998d958fa36af6dd4e2250fe
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)qtiexplorer.info/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyqtiexplorer.info/ext/getmoneysupply
- getdistributionReturns wealth distribution statsqtiexplorer.info/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressqtiexplorer.info/ext/getaddress/qti1qv4kq076czh5nq2mrzh7h7qd0m9g2rygjxnvlg8
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]qtiexplorer.info/ext/getaddresstxs/qti1qv4kq076czh5nq2mrzh7h7qd0m9g2rygjxnvlg8/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashqtiexplorer.info/ext/gettx/fe18316874fa783bffd3e91fa8cd392914d112f7f2527621134e35aa8135a830
- getbalance (/ext/getbalance/hash)Returns current balance of given addressqtiexplorer.info/ext/getbalance/qti1qv4kq076czh5nq2mrzh7h7qd0m9g2rygjxnvlg8
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange priceqtiexplorer.info/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursqtiexplorer.info/ext/getnetworkpeers
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block countqtiexplorer.info/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)qtiexplorer.info/tx/fe18316874fa783bffd3e91fa8cd392914d112f7f2527621134e35aa8135a830
- block (/block/hash)qtiexplorer.info/block/1ec85cb1f6d59b634b83bdd47083d8139bedb507998d958fa36af6dd4e2250fe
- address (/address/hash)qtiexplorer.info/address/qti1qv4kq076czh5nq2mrzh7h7qd0m9g2rygjxnvlg8
- qrcode (/qr/hash)qtiexplorer.info/qr/qti1qv4kq076czh5nq2mrzh7h7qd0m9g2rygjxnvlg8