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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.soteria-network.online/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.soteria-network.online/api/getconnectioncount
- getblockcountReturns the current block index.explorer.soteria-network.online/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.soteria-network.online/api/getblockhash?index=10
- getblock [hash]Returns information about the block with the given hash.explorer.soteria-network.online/api/getblock?hash=0000000772b67fcd1acdd8640407e60f5d879e6afb416d32533d6e064cc2f8a9
- 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)explorer.soteria-network.online/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.soteria-network.online/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.soteria-network.online/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.soteria-network.online/ext/getaddress/SMy5NT6Qzfwsb6chSks284xugJfcWGhQU7
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.soteria-network.online/ext/getaddresstxs/SMy5NT6Qzfwsb6chSks284xugJfcWGhQU7/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.soteria-network.online/ext/gettx/b224ae37f313b5d8f3874031a8d745105d07e41b27adea0d14c5f3db70010cf7
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.soteria-network.online/ext/getbalance/SMy5NT6Qzfwsb6chSks284xugJfcWGhQU7
- 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
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.soteria-network.online/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC priceexplorer.soteria-network.online/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block countexplorer.soteria-network.online/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.soteria-network.online/tx/b224ae37f313b5d8f3874031a8d745105d07e41b27adea0d14c5f3db70010cf7
- block (/block/hash)explorer.soteria-network.online/block/0000000772b67fcd1acdd8640407e60f5d879e6afb416d32533d6e064cc2f8a9
- address (/address/hash)explorer.soteria-network.online/address/SMy5NT6Qzfwsb6chSks284xugJfcWGhQU7
- qrcode (/qr/hash)explorer.soteria-network.online/qr/SMy5NT6Qzfwsb6chSks284xugJfcWGhQU7


