API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.ocvcoin.com/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.ocvcoin.com/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.ocvcoin.com/ext/getaddress/ocv1oZy3NdNytpmRmtCfnDBUdCzar1GLmqgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.ocvcoin.com/ext/getaddresstxs/ocv1oZy3NdNytpmRmtCfnDBUdCzar1GLmq/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.ocvcoin.com/ext/gettx/842fc278731dd0e80d064ba8f78727e16f3132bbee85e627bebe96eca1ccdcd0getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.ocvcoin.com/ext/getbalance/ocv1oZy3NdNytpmRmtCfnDBUdCzar1GLmqgetlasttxs (/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
getcurrentprice
Returns last known exchange price
explorer.ocvcoin.com/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.ocvcoin.com/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
explorer.ocvcoin.com/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count
explorer.ocvcoin.com/ext/getsummary
Linking (GET)
Linking to the block explorer