API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
scan.fennecblockchain.com/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
scan.fennecblockchain.com/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
scan.fennecblockchain.com/ext/getaddress/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3Ggetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
scan.fennecblockchain.com/ext/getaddresstxs/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3G/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
scan.fennecblockchain.com/ext/gettx/78ed53bb3a8afe03a03f7b627f3265bbb9fcbe4490b898b80b9c7fbc719e07fbgetbalance (/ext/getbalance/hash)
Returns current balance of given address
scan.fennecblockchain.com/ext/getbalance/FeoiQYqWvb3e9n3mpGZ8mYnwU5SYW3dy3Ggetlasttxs (/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
getcurrentprice
Returns last known exchange price
scan.fennecblockchain.com/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
scan.fennecblockchain.com/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
scan.fennecblockchain.com/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count
scan.fennecblockchain.com/ext/getsummary
Linking (GET)
Linking to the block explorer