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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.149.102.139.53:30301/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.149.102.139.53:30301/api/getconnectioncount
- getblockcountReturns the current block index.149.102.139.53:30301/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.149.102.139.53:30301/api/getblockhash?index=1574785
- getblock [hash]Returns information about the block with the given hash.149.102.139.53:30301/api/getblock?hash=714e095ab54e6c65ca15a7b6c6e56e7e3504ee0ebd3c5bc3baf99252fceb4f5e
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getvotelistReturns the current vote list.149.102.139.53:30301/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.149.102.139.53:30301/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply149.102.139.53:30301/ext/getmoneysupply
- getdistributionReturns wealth distribution stats149.102.139.53:30301/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address149.102.139.53:30301/ext/getaddress/RQbRgVcyX1AT1LeDe3zFUtHhSY3AVNcg4E
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]149.102.139.53:30301/ext/getaddresstxs/RQbRgVcyX1AT1LeDe3zFUtHhSY3AVNcg4E/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash149.102.139.53:30301/ext/gettx/826c66254409562691bc825aa12b8efb9db8b1dba686ae7a832a9f9988057492
- getbalance (/ext/getbalance/hash)Returns current balance of given address149.102.139.53:30301/ext/getbalance/RQbRgVcyX1AT1LeDe3zFUtHhSY3AVNcg4E
- 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 price149.102.139.53:30301/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours149.102.139.53:30301/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes149.102.139.53:30301/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 masternodes149.102.139.53:30301/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.149.102.139.53:30301/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]149.102.139.53:30301/ext/getmasternoderewards/RQbRgVcyX1AT1LeDe3zFUtHhSY3AVNcg4E/1574785
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]149.102.139.53:30301/ext/getmasternoderewardstotal/RQbRgVcyX1AT1LeDe3zFUtHhSY3AVNcg4E/1574785
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)149.102.139.53:30301/tx/826c66254409562691bc825aa12b8efb9db8b1dba686ae7a832a9f9988057492
- block (/block/hash)149.102.139.53:30301/block/714e095ab54e6c65ca15a7b6c6e56e7e3504ee0ebd3c5bc3baf99252fceb4f5e
- address (/address/hash)149.102.139.53:30301/address/RQbRgVcyX1AT1LeDe3zFUtHhSY3AVNcg4E
- qrcode (/qr/hash)149.102.139.53:30301/qr/RQbRgVcyX1AT1LeDe3zFUtHhSY3AVNcg4E


