Bitfishcoin Public API
A listing of public API endpoints for retrieving Bitfishcoin 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.bitfishcoin.cloud/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.bitfishcoin.cloud/api/getconnectioncount
- getblockcountReturns the current block index.explorer.bitfishcoin.cloud/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.bitfishcoin.cloud/api/getblockhash?index=378929
- getblock [hash]Returns information about the block with the given hash.explorer.bitfishcoin.cloud/api/getblock?hash=98fbc547b541e9a414ce2d4c41b92b9de972b4f9a6ab1ad71442389d88ad5895
- 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.bitfishcoin.cloud/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.bitfishcoin.cloud/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.bitfishcoin.cloud/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.bitfishcoin.cloud/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.bitfishcoin.cloud/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.bitfishcoin.cloud/ext/getaddress/BZVtBBsxuXxyHSroDfDr67PeXKc1MUCvFV
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.bitfishcoin.cloud/ext/getaddresstxs/BZVtBBsxuXxyHSroDfDr67PeXKc1MUCvFV/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.bitfishcoin.cloud/ext/gettx/ac8e02989e9e229e8777a19efcdac686918dcdcd32d6c798f62ab31bd9238506
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.bitfishcoin.cloud/ext/getbalance/BZVtBBsxuXxyHSroDfDr67PeXKc1MUCvFV
- 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.bitfishcoin.cloud/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.bitfishcoin.cloud/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.bitfishcoin.cloud/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.bitfishcoin.cloud/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.bitfishcoin.cloud/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.bitfishcoin.cloud/ext/getmasternoderewards/BZVtBBsxuXxyHSroDfDr67PeXKc1MUCvFV/378929
- 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.bitfishcoin.cloud/ext/getmasternoderewardstotal/BZVtBBsxuXxyHSroDfDr67PeXKc1MUCvFV/378929
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.bitfishcoin.cloud/tx/ac8e02989e9e229e8777a19efcdac686918dcdcd32d6c798f62ab31bd9238506
- block (/block/hash)explorer.bitfishcoin.cloud/block/98fbc547b541e9a414ce2d4c41b92b9de972b4f9a6ab1ad71442389d88ad5895
- address (/address/hash)explorer.bitfishcoin.cloud/address/BZVtBBsxuXxyHSroDfDr67PeXKc1MUCvFV
- qrcode (/qr/hash)explorer.bitfishcoin.cloud/qr/BZVtBBsxuXxyHSroDfDr67PeXKc1MUCvFV