Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.xplore.satoverse.io/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.xplore.satoverse.io/api/getconnectioncount
- getblockcountReturns the current block index.xplore.satoverse.io/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.xplore.satoverse.io/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.xplore.satoverse.io/api/getblock?hash=00000000d40e95fe20ff9bf19e279812c2afea20c3031dcb4cb19638f323c332
- 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)xplore.satoverse.io/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyxplore.satoverse.io/ext/getmoneysupply
- getdistributionReturns wealth distribution statsxplore.satoverse.io/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressxplore.satoverse.io/ext/getaddress/SNKgQe5dZeFjCSCztSdf3MTGw6PRdpL5hr
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]xplore.satoverse.io/ext/getaddresstxs/SNKgQe5dZeFjCSCztSdf3MTGw6PRdpL5hr/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashxplore.satoverse.io/ext/gettx/fb287f517b2969c730ce658b7149bb04320addccbd151f73fd69da439f27f546
- getbalance (/ext/getbalance/hash)Returns current balance of given addressxplore.satoverse.io/ext/getbalance/SNKgQe5dZeFjCSCztSdf3MTGw6PRdpL5hr
- 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 pricexplore.satoverse.io/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursxplore.satoverse.io/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT pricexplore.satoverse.io/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block countxplore.satoverse.io/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)xplore.satoverse.io/tx/fb287f517b2969c730ce658b7149bb04320addccbd151f73fd69da439f27f546
- block (/block/hash)xplore.satoverse.io/block/00000000d40e95fe20ff9bf19e279812c2afea20c3031dcb4cb19638f323c332
- address (/address/hash)xplore.satoverse.io/address/SNKgQe5dZeFjCSCztSdf3MTGw6PRdpL5hr
- qrcode (/qr/hash)xplore.satoverse.io/qr/SNKgQe5dZeFjCSCztSdf3MTGw6PRdpL5hr