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

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