USSCOIN Public API
A listing of public API endpoints for retrieving USSCOIN coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.64.23.137.227:3001/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.64.23.137.227:3001/api/getconnectioncount
- getblockcountReturns the current block index.64.23.137.227:3001/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.64.23.137.227:3001/api/getblockhash?index=87
- getblock [hash]Returns information about the block with the given hash.64.23.137.227:3001/api/getblock?hash=000000bc58969d4899b15322e2cc50713343d8e88f3536d87bb359d6e0ffc604
- 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)64.23.137.227:3001/api/getnetworkhashps
- getvotelistReturns the current vote list.64.23.137.227:3001/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.64.23.137.227:3001/api/getmasternodecount
- getmaxmoneyReturns the maximum possible money supply.64.23.137.227:3001/api/getmaxmoney
- getmaxvoteReturns the maximum allowed vote for the current phase of voting.64.23.137.227:3001/api/getmaxvote
- getvoteReturns the current block reward vote setting.64.23.137.227:3001/api/getvote
- getphaseReturns the current voting phase ('Mint', 'Limit' or 'Sustain').64.23.137.227:3001/api/getphase
- getrewardReturns the current block reward, which has been decided democratically in the previous round of block reward voting.64.23.137.227:3001/api/getreward
- getsupplyReturns the current money supply.64.23.137.227:3001/api/getsupply
- getnextrewardestimateReturns an estimate for the next block reward based on the current state of decentralized voting.64.23.137.227:3001/api/getnextrewardestimate
- getnextrewardwhenstrReturns a string describing how long until the votes are tallied and the next block reward is computed.64.23.137.227:3001/api/getnextrewardwhenstr
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply64.23.137.227:3001/ext/getmoneysupply
- getdistributionReturns wealth distribution stats64.23.137.227:3001/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address64.23.137.227:3001/ext/getaddress/UiSjCCaA6WLottND3Q9Gmvyiy6RatD1Q7S
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]64.23.137.227:3001/ext/getaddresstxs/UiSjCCaA6WLottND3Q9Gmvyiy6RatD1Q7S/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash64.23.137.227:3001/ext/gettx/603a25367054afa2ef978bb1b2c548d47860867321264d0ba598953359b32a9d
- getbalance (/ext/getbalance/hash)Returns current balance of given address64.23.137.227:3001/ext/getbalance/UiSjCCaA6WLottND3Q9Gmvyiy6RatD1Q7S
- 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 price64.23.137.227:3001/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours64.23.137.227:3001/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes64.23.137.227:3001/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodes64.23.137.227:3001/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.64.23.137.227:3001/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]64.23.137.227:3001/ext/getmasternoderewards/UiSjCCaA6WLottND3Q9Gmvyiy6RatD1Q7S/87
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]64.23.137.227:3001/ext/getmasternoderewardstotal/UiSjCCaA6WLottND3Q9Gmvyiy6RatD1Q7S/87
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)64.23.137.227:3001/tx/603a25367054afa2ef978bb1b2c548d47860867321264d0ba598953359b32a9d
- block (/block/hash)64.23.137.227:3001/block/000000bc58969d4899b15322e2cc50713343d8e88f3536d87bb359d6e0ffc604
- address (/address/hash)64.23.137.227:3001/address/UiSjCCaA6WLottND3Q9Gmvyiy6RatD1Q7S
- qrcode (/qr/hash)64.23.137.227:3001/qr/UiSjCCaA6WLottND3Q9Gmvyiy6RatD1Q7S