
QuantumQuanti Public API
A listing of public API endpoints for retrieving QuantumQuanti coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.www.qqtiexplorer.info/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.www.qqtiexplorer.info/api/getconnectioncount
- getblockcountReturns the current block index.www.qqtiexplorer.info/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.www.qqtiexplorer.info/api/getblockhash?index=201
- getblock [hash]Returns information about the block with the given hash.www.qqtiexplorer.info/api/getblock?hash=52863483c9474334f92c6c66dc15ad873695b15922919b7a8cc13bfd1660c046
- 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)www.qqtiexplorer.info/api/getnetworkhashps
- getvotelistReturns the current vote list.www.qqtiexplorer.info/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.www.qqtiexplorer.info/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplywww.qqtiexplorer.info/ext/getmoneysupply
- getdistributionReturns wealth distribution statswww.qqtiexplorer.info/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresswww.qqtiexplorer.info/ext/getaddress/qti1qqreysjlcs0w8rp9z7ygsqlzj5kfc4mx95cg6pp
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]www.qqtiexplorer.info/ext/getaddresstxs/qti1qqreysjlcs0w8rp9z7ygsqlzj5kfc4mx95cg6pp/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashwww.qqtiexplorer.info/ext/gettx/bd13458e9ac6d039ae18cbedbbb5cbefd753b43f3d9d2a06a4b1037fe6929865
- getbalance (/ext/getbalance/hash)Returns current balance of given addresswww.qqtiexplorer.info/ext/getbalance/qti1qqreysjlcs0w8rp9z7ygsqlzj5kfc4mx95cg6pp
- 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 pricewww.qqtiexplorer.info/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourswww.qqtiexplorer.info/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodeswww.qqtiexplorer.info/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodeswww.qqtiexplorer.info/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.www.qqtiexplorer.info/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]www.qqtiexplorer.info/ext/getmasternoderewards/qti1qqreysjlcs0w8rp9z7ygsqlzj5kfc4mx95cg6pp/201
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]www.qqtiexplorer.info/ext/getmasternoderewardstotal/qti1qqreysjlcs0w8rp9z7ygsqlzj5kfc4mx95cg6pp/201
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)www.qqtiexplorer.info/tx/bd13458e9ac6d039ae18cbedbbb5cbefd753b43f3d9d2a06a4b1037fe6929865
- block (/block/hash)www.qqtiexplorer.info/block/52863483c9474334f92c6c66dc15ad873695b15922919b7a8cc13bfd1660c046
- address (/address/hash)www.qqtiexplorer.info/address/qti1qqreysjlcs0w8rp9z7ygsqlzj5kfc4mx95cg6pp
- qrcode (/qr/hash)www.qqtiexplorer.info/qr/qti1qqreysjlcs0w8rp9z7ygsqlzj5kfc4mx95cg6pp


