BTCturquoise Public API
A listing of public API endpoints for retrieving BTCturquoise coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.btcq-explorer.coin-miners.info/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.btcq-explorer.coin-miners.info/api/getconnectioncount
- getblockcountReturns the current block index.btcq-explorer.coin-miners.info/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.btcq-explorer.coin-miners.info/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.btcq-explorer.coin-miners.info/api/getblock?hash=34f06290429b195fe245dfe6af4eff32c1ba48c709b44dc95d60cb5c4b6750b6
- 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)btcq-explorer.coin-miners.info/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.btcq-explorer.coin-miners.info/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplybtcq-explorer.coin-miners.info/ext/getmoneysupply
- getdistributionReturns wealth distribution statsbtcq-explorer.coin-miners.info/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressbtcq-explorer.coin-miners.info/ext/getaddress/RWv2LRybxHDYSScM5i4BxSCfEb72DCCYEb
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]btcq-explorer.coin-miners.info/ext/getaddresstxs/RWv2LRybxHDYSScM5i4BxSCfEb72DCCYEb/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashbtcq-explorer.coin-miners.info/ext/gettx/3ce2d923c2d02042de5c2ed8b1664ec64f2688c00d3105255cb72f4ed3035618
- getbalance (/ext/getbalance/hash)Returns current balance of given addressbtcq-explorer.coin-miners.info/ext/getbalance/RWv2LRybxHDYSScM5i4BxSCfEb72DCCYEb
- 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 pricebtcq-explorer.coin-miners.info/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursbtcq-explorer.coin-miners.info/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesbtcq-explorer.coin-miners.info/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count, count of online masternodes, count of offline masternodesbtcq-explorer.coin-miners.info/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.btcq-explorer.coin-miners.info/ext/getmasternodelist
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]btcq-explorer.coin-miners.info/ext/getmasternoderewardstotal/RWv2LRybxHDYSScM5i4BxSCfEb72DCCYEb/64152
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)btcq-explorer.coin-miners.info/tx/3ce2d923c2d02042de5c2ed8b1664ec64f2688c00d3105255cb72f4ed3035618
- block (/block/hash)btcq-explorer.coin-miners.info/block/34f06290429b195fe245dfe6af4eff32c1ba48c709b44dc95d60cb5c4b6750b6
- address (/address/hash)btcq-explorer.coin-miners.info/address/RWv2LRybxHDYSScM5i4BxSCfEb72DCCYEb
- qrcode (/qr/hash)btcq-explorer.coin-miners.info/qr/RWv2LRybxHDYSScM5i4BxSCfEb72DCCYEb