3150+ games
have earned SATOX.

Our P2E platform rewards you in SATOX for playing your favorite Steam games. True ownership, seamless experience. Connect your wallet, play the games you already own, and earn SATOX automatically.

SATOX Public API

API Calls

MethodDescriptionEndpoint
getdifficultyReturns the current difficulty.
getconnectioncountReturns the number of connections the block explorer has to other nodes.
getblockcountReturns the current block index.
getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.
getblock [hash]Returns information about the block with the given hash.
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)
getvotelistReturns the current vote list.

Extended API

MethodDescriptionEndpoint
getmoneysupplyReturns current money supply
getdistributionReturns wealth distribution stats
getaddress (/ext/getaddress/hash)Returns address information
getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns address transactions
gettx (/ext/gettx/hash)Returns transaction information
getbalance (/ext/getbalance/hash)Returns address balance
getlasttxs (/ext/getlasttxs/min/start/length)Returns recent transactions
getcurrentpriceReturns current market price
getnetworkpeersReturns network peer info
getbasicstatsReturns basic blockchain statistics
getsummaryReturns network summary

Linking (GET)

Direct linking to explorer pages via GET.

MethodDescriptionEndpoint
transaction(/tx/txid)View transaction details by txid.
block(/block/hash)View block details by hash.
address(/address/hash)View address balance and history.
qrcode(/qr/hash)Generate QR code for address or hash.

Burned Coins API

MethodDescriptionEndpoint
getburnedReturns total SATOX burned, total supply, circulating supply (supply - burned), percent burned, and per-address breakdown. Source: sum of balances of burn addresses in explorerdb.addresses.
getburned / supply (light)Lightweight variant — only totalBurned, circulatingSupply and percent (no per-address array). Useful for header panels.
SINGLE VALUEgetcirculatingsupplyOnly circulating supply — plain text single number (supply - burned). Dedicated single-value endpoint.