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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.65.20.70.149:8080/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.65.20.70.149:8080/api/getconnectioncount
- getblockcountReturns the current block index.65.20.70.149:8080/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.65.20.70.149:8080/api/getblockhash?index=0
- getblock [hash]Returns information about the block with the given hash.65.20.70.149:8080/api/getblock?hash=00000f6be3e151f9082a2b82c2916192a791090015b80979934a45d625460d62
- 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)65.20.70.149:8080/api/getnetworkhashps
- getvotelistReturns the current vote list.65.20.70.149:8080/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.65.20.70.149:8080/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply65.20.70.149:8080/ext/getmoneysupply
- getdistributionReturns wealth distribution stats65.20.70.149:8080/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address65.20.70.149:8080/ext/getaddress/VPmQoqErV6VtdkBBSBPcuCaJdYwBVyxrYb
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]65.20.70.149:8080/ext/getaddresstxs/VPmQoqErV6VtdkBBSBPcuCaJdYwBVyxrYb/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash65.20.70.149:8080/ext/gettx/35d3553e7bdc0568c8c37074cb7cc4bd930bd57ceff0799ddb0279487d3fd8df
- getbalance (/ext/getbalance/hash)Returns current balance of given address65.20.70.149:8080/ext/getbalance/VPmQoqErV6VtdkBBSBPcuCaJdYwBVyxrYb
- 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 price65.20.70.149:8080/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours65.20.70.149:8080/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes65.20.70.149:8080/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 masternodes65.20.70.149:8080/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.65.20.70.149:8080/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]65.20.70.149:8080/ext/getmasternoderewards/VPmQoqErV6VtdkBBSBPcuCaJdYwBVyxrYb/0
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]65.20.70.149:8080/ext/getmasternoderewardstotal/VPmQoqErV6VtdkBBSBPcuCaJdYwBVyxrYb/0
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)65.20.70.149:8080/tx/35d3553e7bdc0568c8c37074cb7cc4bd930bd57ceff0799ddb0279487d3fd8df
- block (/block/hash)65.20.70.149:8080/block/00000f6be3e151f9082a2b82c2916192a791090015b80979934a45d625460d62
- address (/address/hash)65.20.70.149:8080/address/VPmQoqErV6VtdkBBSBPcuCaJdYwBVyxrYb
- qrcode (/qr/hash)65.20.70.149:8080/qr/VPmQoqErV6VtdkBBSBPcuCaJdYwBVyxrYb