Studscoin Public API
A listing of public API endpoints for retrieving Studscoin 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.studentscoin.net/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.studentscoin.net/api/getconnectioncount
- getblockcountReturns the current block index.explorer.studentscoin.net/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.studentscoin.net/api/getblockhash?index=934
- getblock [hash]Returns information about the block with the given hash.explorer.studentscoin.net/api/getblock?hash=7bb0b7e6999e64802b842cc4e3c60a6ce26f8ceef3b2c84cf71e912b482d7614
- 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.studentscoin.net/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.studentscoin.net/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.studentscoin.net/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.studentscoin.net/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.studentscoin.net/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.studentscoin.net/ext/getaddress/SNu2zF6ZnYxwbEiAkdyQ2aigSmgMeKR8Mr
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.studentscoin.net/ext/getaddresstxs/SNu2zF6ZnYxwbEiAkdyQ2aigSmgMeKR8Mr/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.studentscoin.net/ext/gettx/7cf9875cc384e88b6a1e3833f90ea59219d8934d1d0d1fa08e9e55eb21608f2e
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.studentscoin.net/ext/getbalance/SNu2zF6ZnYxwbEiAkdyQ2aigSmgMeKR8Mr
- 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 priceexplorer.studentscoin.net/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.studentscoin.net/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesexplorer.studentscoin.net/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.studentscoin.net/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.studentscoin.net/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.studentscoin.net/ext/getmasternoderewards/SNu2zF6ZnYxwbEiAkdyQ2aigSmgMeKR8Mr/934
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.studentscoin.net/ext/getmasternoderewardstotal/SNu2zF6ZnYxwbEiAkdyQ2aigSmgMeKR8Mr/934
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.studentscoin.net/tx/7cf9875cc384e88b6a1e3833f90ea59219d8934d1d0d1fa08e9e55eb21608f2e
- block (/block/hash)explorer.studentscoin.net/block/7bb0b7e6999e64802b842cc4e3c60a6ce26f8ceef3b2c84cf71e912b482d7614
- address (/address/hash)explorer.studentscoin.net/address/SNu2zF6ZnYxwbEiAkdyQ2aigSmgMeKR8Mr
- qrcode (/qr/hash)explorer.studentscoin.net/qr/SNu2zF6ZnYxwbEiAkdyQ2aigSmgMeKR8Mr