Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.scan.fennecblockchain.com/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.scan.fennecblockchain.com/api/getconnectioncount
- getblockcountReturns the current block index.scan.fennecblockchain.com/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.scan.fennecblockchain.com/api/getblockhash?index=46
- getblock [hash]Returns information about the block with the given hash.scan.fennecblockchain.com/api/getblock?hash=7c17be9581ba1c8a76dfa375a9839bb23805e0bef65a27f7467a5ba673f601aa
- 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)scan.fennecblockchain.com/api/getnetworkhashps
- getvotelistReturns the current vote list.scan.fennecblockchain.com/api/getvotelist
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyscan.fennecblockchain.com/ext/getmoneysupply
- getdistributionReturns wealth distribution statsscan.fennecblockchain.com/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressscan.fennecblockchain.com/ext/getaddress/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3G
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]scan.fennecblockchain.com/ext/getaddresstxs/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3G/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashscan.fennecblockchain.com/ext/gettx/78ed53bb3a8afe03a03f7b627f3265bbb9fcbe4490b898b80b9c7fbc719e07fb
- getbalance (/ext/getbalance/hash)Returns current balance of given addressscan.fennecblockchain.com/ext/getbalance/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3G
- 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 pricescan.fennecblockchain.com/ext/getcurrentprice
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC pricescan.fennecblockchain.com/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block countscan.fennecblockchain.com/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)scan.fennecblockchain.com/tx/78ed53bb3a8afe03a03f7b627f3265bbb9fcbe4490b898b80b9c7fbc719e07fb
- block (/block/hash)scan.fennecblockchain.com/block/7c17be9581ba1c8a76dfa375a9839bb23805e0bef65a27f7467a5ba673f601aa
- address (/address/hash)scan.fennecblockchain.com/address/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3G
- qrcode (/qr/hash)scan.fennecblockchain.com/qr/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3G
