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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.smartiescoin.com:3001/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.smartiescoin.com:3001/api/getconnectioncount
- getblockcountReturns the current block index.smartiescoin.com:3001/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.smartiescoin.com:3001/api/getblockhash?index=50000
- getblock [hash]Returns information about the block with the given hash.smartiescoin.com:3001/api/getblock?hash=0000012d957b85b49146713bae71afc7abad47260c1914454c27afa01030a870
- 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)smartiescoin.com:3001/api/getnetworkhashps
- getvotelistReturns the current vote list.smartiescoin.com:3001/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.smartiescoin.com:3001/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplysmartiescoin.com:3001/ext/getmoneysupply
- getdistributionReturns wealth distribution statssmartiescoin.com:3001/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresssmartiescoin.com:3001/ext/getaddress/SUCwSfswQVXtzE9t8zmSsZcuPtTqNpaKjh
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]smartiescoin.com:3001/ext/getaddresstxs/SUCwSfswQVXtzE9t8zmSsZcuPtTqNpaKjh/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashsmartiescoin.com:3001/ext/gettx/b790efa93e6d3a5da8b306dc2d76754fdbdca824021fa41a704abed8bd562102
- getbalance (/ext/getbalance/hash)Returns current balance of given addresssmartiescoin.com:3001/ext/getbalance/SUCwSfswQVXtzE9t8zmSsZcuPtTqNpaKjh
- 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 pricesmartiescoin.com:3001/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourssmartiescoin.com:3001/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodessmartiescoin.com: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 masternodessmartiescoin.com:3001/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.smartiescoin.com:3001/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]smartiescoin.com:3001/ext/getmasternoderewards/SUCwSfswQVXtzE9t8zmSsZcuPtTqNpaKjh/50000
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]smartiescoin.com:3001/ext/getmasternoderewardstotal/SUCwSfswQVXtzE9t8zmSsZcuPtTqNpaKjh/50000
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)smartiescoin.com:3001/tx/b790efa93e6d3a5da8b306dc2d76754fdbdca824021fa41a704abed8bd562102
- block (/block/hash)smartiescoin.com:3001/block/0000012d957b85b49146713bae71afc7abad47260c1914454c27afa01030a870
- address (/address/hash)smartiescoin.com:3001/address/SUCwSfswQVXtzE9t8zmSsZcuPtTqNpaKjh
- qrcode (/qr/hash)smartiescoin.com:3001/qr/SUCwSfswQVXtzE9t8zmSsZcuPtTqNpaKjh