Infiniloop Public API
A listing of public API endpoints for retrieving Infiniloop coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.38.242.255.229:3007/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.38.242.255.229:3007/api/getconnectioncount
- getblockcountReturns the current block index.38.242.255.229:3007/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.38.242.255.229:3007/api/getblockhash?index=500
- getblock [hash]Returns information about the block with the given hash.38.242.255.229:3007/api/getblock?hash=31afb14ac143ef9d522868be1769b76f028508a2cb2a985b60b00f565bbe13af
- 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)38.242.255.229:3007/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply38.242.255.229:3007/ext/getmoneysupply
- getdistributionReturns wealth distribution stats38.242.255.229:3007/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address38.242.255.229:3007/ext/getaddress/EduqxXqYGkVhUWf78L21bRVEUiT5A8CKRP
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]38.242.255.229:3007/ext/getaddresstxs/EduqxXqYGkVhUWf78L21bRVEUiT5A8CKRP/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash38.242.255.229:3007/ext/gettx/1cbdb62329fb0bbec57ba0cb0e4c4015ec717e89bf267399217ad8d9284d05f9
- getbalance (/ext/getbalance/hash)Returns current balance of given address38.242.255.229:3007/ext/getbalance/EduqxXqYGkVhUWf78L21bRVEUiT5A8CKRP
- 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 price38.242.255.229:3007/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours38.242.255.229:3007/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price38.242.255.229:3007/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count38.242.255.229:3007/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)38.242.255.229:3007/tx/1cbdb62329fb0bbec57ba0cb0e4c4015ec717e89bf267399217ad8d9284d05f9
- block (/block/hash)38.242.255.229:3007/block/31afb14ac143ef9d522868be1769b76f028508a2cb2a985b60b00f565bbe13af
- address (/address/hash)38.242.255.229:3007/address/EduqxXqYGkVhUWf78L21bRVEUiT5A8CKRP
- qrcode (/qr/hash)38.242.255.229:3007/qr/EduqxXqYGkVhUWf78L21bRVEUiT5A8CKRP