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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.blackraven.network/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.blackraven.network/api/getconnectioncount
- getblockcountReturns the current block index.explorer.blackraven.network/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.blackraven.network/api/getblockhash?index=7250
- getblock [hash]Returns information about the block with the given hash.explorer.blackraven.network/api/getblock?hash=000000001eb2327b2200b0d3b69b11d3503b75716860bcfef0bca85509847335
- 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)explorer.blackraven.network/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.blackraven.network/api/getvotelist
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.blackraven.network/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.blackraven.network/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.blackraven.network/ext/getaddress/BHpYhKf3DTvs7dD9KLYML1BFZbxgWzygNw
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.blackraven.network/ext/getaddresstxs/BHpYhKf3DTvs7dD9KLYML1BFZbxgWzygNw/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.blackraven.network/ext/gettx/7fcb0bd2b4d7c9e11d1d14473fdefa140154e2cac33b2a70e1139863aef2634a
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.blackraven.network/ext/getbalance/BHpYhKf3DTvs7dD9KLYML1BFZbxgWzygNw
- 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 priceexplorer.blackraven.network/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.blackraven.network/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC priceexplorer.blackraven.network/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block countexplorer.blackraven.network/ext/getsummary
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.blackraven.network/ext/getmasternoderewards/BHpYhKf3DTvs7dD9KLYML1BFZbxgWzygNw/7250
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.blackraven.network/ext/getmasternoderewardstotal/BHpYhKf3DTvs7dD9KLYML1BFZbxgWzygNw/7250
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.blackraven.network/tx/7fcb0bd2b4d7c9e11d1d14473fdefa140154e2cac33b2a70e1139863aef2634a
- block (/block/hash)explorer.blackraven.network/block/000000001eb2327b2200b0d3b69b11d3503b75716860bcfef0bca85509847335
- address (/address/hash)explorer.blackraven.network/address/BHpYhKf3DTvs7dD9KLYML1BFZbxgWzygNw
- qrcode (/qr/hash)explorer.blackraven.network/qr/BHpYhKf3DTvs7dD9KLYML1BFZbxgWzygNw

