InfinityRicksCoin Public API
A listing of public API endpoints for retrieving InfinityRicksCoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.127.0.0.1:3632/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.127.0.0.1:3632/api/getconnectioncount
- getblockcountReturns the current block index.127.0.0.1:3632/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.127.0.0.1:3632/api/getblockhash?index=557741
- getblock [hash]Returns information about the block with the given hash.127.0.0.1:3632/api/getblock?hash=1c6d0015dc8d387c8e27ac8b8e71fc64bc65c159cbc891116fedb2e408f88ffa
- 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)127.0.0.1:3632/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply127.0.0.1:3632/ext/getmoneysupply
- getdistributionReturns wealth distribution stats127.0.0.1:3632/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address127.0.0.1:3632/ext/getaddress/1PCtNsLqttBHS2kiuhppjCywXxwMLMRvmf
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]127.0.0.1:3632/ext/getaddresstxs/1PCtNsLqttBHS2kiuhppjCywXxwMLMRvmf/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash127.0.0.1:3632/ext/gettx/a5fdec44e3182d2b4e3ec2324e10d9d9a4af74ed858758b67a95ddb56d6297ca
- getbalance (/ext/getbalance/hash)Returns current balance of given address127.0.0.1:3632/ext/getbalance/1PCtNsLqttBHS2kiuhppjCywXxwMLMRvmf
- 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 price127.0.0.1:3632/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours127.0.0.1:3632/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price127.0.0.1:3632/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count127.0.0.1:3632/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)127.0.0.1:3632/tx/a5fdec44e3182d2b4e3ec2324e10d9d9a4af74ed858758b67a95ddb56d6297ca
- block (/block/hash)127.0.0.1:3632/block/1c6d0015dc8d387c8e27ac8b8e71fc64bc65c159cbc891116fedb2e408f88ffa
- address (/address/hash)127.0.0.1:3632/address/1PCtNsLqttBHS2kiuhppjCywXxwMLMRvmf
- qrcode (/qr/hash)127.0.0.1:3632/qr/1PCtNsLqttBHS2kiuhppjCywXxwMLMRvmf