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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.144.21.39.27:3000/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.144.21.39.27:3000/api/getconnectioncount
- getblockcountReturns the current block index.144.21.39.27:3000/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.144.21.39.27:3000/api/getblockhash?index=1
- getblock [hash]Returns information about the block with the given hash.144.21.39.27:3000/api/getblock?hash=00000b3c1b0192ba354e46a36d4e473191ef2fdf8901b10f4fb4cf196c2c7f37
- 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)144.21.39.27:3000/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply144.21.39.27:3000/ext/getmoneysupply
- getdistributionReturns wealth distribution stats144.21.39.27:3000/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address144.21.39.27:3000/ext/getaddress/SXWQgcGExsyLgvhPjyyisAQiQX7RVvMQjP
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]144.21.39.27:3000/ext/getaddresstxs/SXWQgcGExsyLgvhPjyyisAQiQX7RVvMQjP/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash144.21.39.27:3000/ext/gettx/4abc68e02183276f63b1a7e952812716090c36a2957ffe349077cbf3ad47971a
- getbalance (/ext/getbalance/hash)Returns current balance of given address144.21.39.27:3000/ext/getbalance/SXWQgcGExsyLgvhPjyyisAQiQX7RVvMQjP
- 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 price144.21.39.27:3000/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours144.21.39.27:3000/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price144.21.39.27:3000/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count144.21.39.27:3000/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)144.21.39.27:3000/tx/4abc68e02183276f63b1a7e952812716090c36a2957ffe349077cbf3ad47971a
- block (/block/hash)144.21.39.27:3000/block/00000b3c1b0192ba354e46a36d4e473191ef2fdf8901b10f4fb4cf196c2c7f37
- address (/address/hash)144.21.39.27:3000/address/SXWQgcGExsyLgvhPjyyisAQiQX7RVvMQjP
- qrcode (/qr/hash)144.21.39.27:3000/qr/SXWQgcGExsyLgvhPjyyisAQiQX7RVvMQjP
