Explorer
Movement
Network
Top 100
Markets
FreiExchange
(PETAL/BTC)
FreiXLite
(PETAL/LTC)
Xeggex
(PETAL/DOGE)
Xeggex
(PETAL/USDT)
API
Claim Address
Orphaned Blocks
Search
bitFlowers Public API
A listing of public API endpoints for retrieving bitFlowers coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
10.147.17.29:60008/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
10.147.17.29:60008/api/getconnectioncount
getblockcount
Returns the current block index.
10.147.17.29:60008/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
10.147.17.29:60008/api/getblockhash?index=42
getblock [hash]
Returns information about the block with the given hash.
10.147.17.29:60008/api/getblock?hash=000000097c01f127a9216055b4d9e2ffd7fee7a5cf5bca7aa31918db253e1647
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
10.147.17.29:60008/api/getrawtransaction?txid=1691b2fd3b1e97b23c80e24ecdb54570b4a758bd6c8e02fecf77f18619aa76ed&decrypt=0
10.147.17.29:60008/api/getrawtransaction?txid=1691b2fd3b1e97b23c80e24ecdb54570b4a758bd6c8e02fecf77f18619aa76ed&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
10.147.17.29:60008/api/getnetworkhashps
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
10.147.17.29:60008/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
10.147.17.29:60008/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
10.147.17.29:60008/ext/getaddress/CNS86EyK8emN9ALvm8FRh5L4EYsmqrU8Ya
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
10.147.17.29:60008/ext/getaddresstxs/CNS86EyK8emN9ALvm8FRh5L4EYsmqrU8Ya/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
10.147.17.29:60008/ext/gettx/1691b2fd3b1e97b23c80e24ecdb54570b4a758bd6c8e02fecf77f18619aa76ed
getbalance (/ext/getbalance/hash)
Returns current balance of given address
10.147.17.29:60008/ext/getbalance/CNS86EyK8emN9ALvm8FRh5L4EYsmqrU8Ya
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
10.147.17.29:60008/ext/getlasttxs/100/0/100
getcurrentprice
Returns last known exchange price
10.147.17.29:60008/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
10.147.17.29:60008/ext/getnetworkpeers
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
10.147.17.29:60008/tx/1691b2fd3b1e97b23c80e24ecdb54570b4a758bd6c8e02fecf77f18619aa76ed
block (/block/hash)
10.147.17.29:60008/block/000000097c01f127a9216055b4d9e2ffd7fee7a5cf5bca7aa31918db253e1647
address (/address/hash)
10.147.17.29:60008/address/CNS86EyK8emN9ALvm8FRh5L4EYsmqrU8Ya
qrcode (/qr/hash)
10.147.17.29:60008/qr/CNS86EyK8emN9ALvm8FRh5L4EYsmqrU8Ya