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

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