The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
explorer.fixedtradecoin.org/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.fixedtradecoin.org/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.fixedtradecoin.org/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.fixedtradecoin.org/api/getblockhash?index=0
getblock [hash]
Returns information about the block with the given hash.
explorer.fixedtradecoin.org/api/getblock?hash=000008352bd10bd9839ee23947552bf439f89156257b887e61501a24acff775c
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.fixedtradecoin.org/api/getrawtransaction?txid=e36b6a8bf04edc01c2b3d5c43349eda9d704b0f930bd6176b920e605442b4f52&decrypt=0
explorer.fixedtradecoin.org/api/getrawtransaction?txid=e36b6a8bf04edc01c2b3d5c43349eda9d704b0f930bd6176b920e605442b4f52&decrypt=1
getnetworkhashps [blocks] [height] [algo]
Returns the current network hashrate. (hash/s)
explorer.fixedtradecoin.org/api/getnetworkhashps?blocks=120&height=-1&algo=sha256d
explorer.fixedtradecoin.org/api/getnetworkhashps?blocks=120&height=-1&algo=scrypt
explorer.fixedtradecoin.org/api/getnetworkhashps?blocks=120&height=-1&algo=lyra2z
explorer.fixedtradecoin.org/api/getnetworkhashps?blocks=120&height=-1&algo=x11
explorer.fixedtradecoin.org/api/getnetworkhashps?blocks=120&height=-1&algo=x16r
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.fixedtradecoin.org/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.fixedtradecoin.org/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.fixedtradecoin.org/ext/getaddress/fXdevXfLwHZ4TLya3enVvg8BJXPRKqFBrR
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.fixedtradecoin.org/ext/getbalance/fXdevXfLwHZ4TLya3enVvg8BJXPRKqFBrR
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
explorer.fixedtradecoin.org/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
explorer.fixedtradecoin.org/tx/e36b6a8bf04edc01c2b3d5c43349eda9d704b0f930bd6176b920e605442b4f52
block (/block/hash)
explorer.fixedtradecoin.org/block/000008352bd10bd9839ee23947552bf439f89156257b887e61501a24acff775c
address (/address/hash)
explorer.fixedtradecoin.org/address/fXdevXfLwHZ4TLya3enVvg8BJXPRKqFBrR
qrcode (/qr/hash)
explorer.fixedtradecoin.org/qr/fXdevXfLwHZ4TLya3enVvg8BJXPRKqFBrR