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

