Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.
6Zip Public API
A listing of public API endpoints for retrieving 6Zip coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.localhost:3001/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.localhost:3001/api/getconnectioncount
- getblockcountReturns the current block index.localhost:3001/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.localhost:3001/api/getblockhash?index=31490
- getblock [hash]Returns information about the block with the given hash.localhost:3001/api/getblock?hash=0000000000184b0bc1023d319e6a06e80f1fa030954b3d52912da90220002ce8
- 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)localhost:3001/api/getnetworkhashps
- getvotelistReturns the current vote list.localhost:3001/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.localhost:3001/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplylocalhost:3001/ext/getmoneysupply
- getdistributionReturns wealth distribution statslocalhost:3001/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresslocalhost:3001/ext/getaddress/Xse1SrcrYuyoEC9TxBkL95wftnwZCDEQtw
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]localhost:3001/ext/getaddresstxs/Xse1SrcrYuyoEC9TxBkL95wftnwZCDEQtw/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashlocalhost:3001/ext/gettx/37fa3af30bfc92f5c404ae82a6dd9987907df7f349a9e038bb0ae74283d2ade0
- getbalance (/ext/getbalance/hash)Returns current balance of given addresslocalhost:3001/ext/getbalance/Xse1SrcrYuyoEC9TxBkL95wftnwZCDEQtw
- 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 pricelocalhost:3001/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourslocalhost:3001/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodeslocalhost:3001/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 masternodeslocalhost:3001/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.localhost:3001/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]localhost:3001/ext/getmasternoderewards/Xse1SrcrYuyoEC9TxBkL95wftnwZCDEQtw/31490
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]localhost:3001/ext/getmasternoderewardstotal/Xse1SrcrYuyoEC9TxBkL95wftnwZCDEQtw/31490
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)localhost:3001/tx/37fa3af30bfc92f5c404ae82a6dd9987907df7f349a9e038bb0ae74283d2ade0
- block (/block/hash)localhost:3001/block/0000000000184b0bc1023d319e6a06e80f1fa030954b3d52912da90220002ce8
- address (/address/hash)localhost:3001/address/Xse1SrcrYuyoEC9TxBkL95wftnwZCDEQtw
- qrcode (/qr/hash)localhost:3001/qr/Xse1SrcrYuyoEC9TxBkL95wftnwZCDEQtw