Frencoin Public API
A listing of public API endpoints for retrieving Frencoin 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.frencoin.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.frencoin.org/api/getconnectioncount
- getblockcountReturns the current block index.explorer.frencoin.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.frencoin.org/api/getblockhash?index=76916
- getblock [hash]Returns information about the block with the given hash.explorer.frencoin.org/api/getblock?hash=000000000f2d6d5bb48a555de76074cdca6b19951bb2bd294d4a241464da37cc
- 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.frencoin.org/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.frencoin.org/api/getvotelist
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.frencoin.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.frencoin.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.frencoin.org/ext/getaddress/FUbfneGcETnXn8Z9t9PSHnJpvzdxKtMizY
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.frencoin.org/ext/getaddresstxs/FUbfneGcETnXn8Z9t9PSHnJpvzdxKtMizY/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.frencoin.org/ext/gettx/d7b6e6b2c8e011847ce888f40abaf394de0da3a6b5546fa6aed30d31ea9f2d40
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.frencoin.org/ext/getbalance/FUbfneGcETnXn8Z9t9PSHnJpvzdxKtMizY
- 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.frencoin.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.frencoin.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT priceexplorer.frencoin.org/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block countexplorer.frencoin.org/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.frencoin.org/tx/d7b6e6b2c8e011847ce888f40abaf394de0da3a6b5546fa6aed30d31ea9f2d40
- block (/block/hash)explorer.frencoin.org/block/000000000f2d6d5bb48a555de76074cdca6b19951bb2bd294d4a241464da37cc
- address (/address/hash)explorer.frencoin.org/address/FUbfneGcETnXn8Z9t9PSHnJpvzdxKtMizY
- qrcode (/qr/hash)explorer.frencoin.org/qr/FUbfneGcETnXn8Z9t9PSHnJpvzdxKtMizY