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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.infiniteblocks.space/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.infiniteblocks.space/api/getconnectioncount
- getblockcountReturns the current block index.infiniteblocks.space/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.infiniteblocks.space/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.infiniteblocks.space/api/getblock?hash=1cf7fefa6d95fa03e8d30b808709d7dcb6d732dd081be346203c5af7cd4f2882
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyinfiniteblocks.space/ext/getmoneysupply
- getdistributionReturns wealth distribution statsinfiniteblocks.space/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressinfiniteblocks.space/ext/getaddress/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzR
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]infiniteblocks.space/ext/getaddresstxs/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzR/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashinfiniteblocks.space/ext/gettx/d65a5b8ca4bfc1a9b955c9c4ec7e8b66e89e20003516956be70d16b5e8fee8f0
- getbalance (/ext/getbalance/hash)Returns current balance of given addressinfiniteblocks.space/ext/getbalance/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzR
- 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 priceinfiniteblocks.space/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursinfiniteblocks.space/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC priceinfiniteblocks.space/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block countinfiniteblocks.space/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)infiniteblocks.space/tx/d65a5b8ca4bfc1a9b955c9c4ec7e8b66e89e20003516956be70d16b5e8fee8f0
- block (/block/hash)infiniteblocks.space/block/1cf7fefa6d95fa03e8d30b808709d7dcb6d732dd081be346203c5af7cd4f2882
- address (/address/hash)infiniteblocks.space/address/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzR
- qrcode (/qr/hash)infiniteblocks.space/qr/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzR