Explorer
Movement
Network
Top 100
Markets
FreiXLite
(FLAP/LTC)
Xeggex
(FLAPX/BTC)
Xeggex
(FLAPX/LTC)
Xeggex
(FLAPX/USDT)
Xeggex
(FLAPX/DOGE)
API
Claim Address
Orphaned Blocks
Search
FlapXcoin Public API
A listing of public API endpoints for retrieving FlapXcoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
72.231.164.114:60000/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
72.231.164.114:60000/api/getconnectioncount
getblockcount
Returns the current block index.
72.231.164.114:60000/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
72.231.164.114:60000/api/getblockhash?index=45394
getblock [hash]
Returns information about the block with the given hash.
72.231.164.114:60000/api/getblock?hash=43fd3bf72dd80e4034d3c5969fa3013ffc092f989fcb809cc3bea730f1cccdb0
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
72.231.164.114:60000/api/getrawtransaction?txid=c193bcc5f8013b15e93d5e537fe49a68aff6d81fc25c8fd5501ab8da2e8f29a4&decrypt=0
72.231.164.114:60000/api/getrawtransaction?txid=c193bcc5f8013b15e93d5e537fe49a68aff6d81fc25c8fd5501ab8da2e8f29a4&decrypt=1
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
72.231.164.114:60000/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
72.231.164.114:60000/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
72.231.164.114:60000/ext/getaddress/XS8dCXTmVLAGFAhXuTY1isDdEY8GaCE5vW
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
72.231.164.114:60000/ext/getaddresstxs/XS8dCXTmVLAGFAhXuTY1isDdEY8GaCE5vW/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
72.231.164.114:60000/ext/gettx/c193bcc5f8013b15e93d5e537fe49a68aff6d81fc25c8fd5501ab8da2e8f29a4
getbalance (/ext/getbalance/hash)
Returns current balance of given address
72.231.164.114:60000/ext/getbalance/XS8dCXTmVLAGFAhXuTY1isDdEY8GaCE5vW
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
72.231.164.114:60000/ext/getlasttxs/100/0/100
getcurrentprice
Returns last known exchange price
72.231.164.114:60000/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
72.231.164.114:60000/ext/getnetworkpeers
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count
72.231.164.114:60000/ext/getsummary
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
72.231.164.114:60000/tx/c193bcc5f8013b15e93d5e537fe49a68aff6d81fc25c8fd5501ab8da2e8f29a4
block (/block/hash)
72.231.164.114:60000/block/43fd3bf72dd80e4034d3c5969fa3013ffc092f989fcb809cc3bea730f1cccdb0
address (/address/hash)
72.231.164.114:60000/address/XS8dCXTmVLAGFAhXuTY1isDdEY8GaCE5vW
qrcode (/qr/hash)
72.231.164.114:60000/qr/XS8dCXTmVLAGFAhXuTY1isDdEY8GaCE5vW