API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
blocks.myus-coin.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
blocks.myus-coin.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
blocks.myus-coin.com/ext/getaddress/MCsPmTX3dLPzkaoSH8cwJANqvn4gMbXdfG
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
blocks.myus-coin.com/ext/getaddresstxs/MCsPmTX3dLPzkaoSH8cwJANqvn4gMbXdfG/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
blocks.myus-coin.com/ext/gettx/f6e6717e8b4ad64557a75d4ed974d43f07aa81d19eef25660da8a181e927c9e8
getbalance (/ext/getbalance/hash)
Returns current balance of given address
blocks.myus-coin.com/ext/getbalance/MCsPmTX3dLPzkaoSH8cwJANqvn4gMbXdfG
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
getcurrentprice
Returns last known exchange price
blocks.myus-coin.com/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
blocks.myus-coin.com/ext/getnetworkpeers
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes
blocks.myus-coin.com/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodes
blocks.myus-coin.com/ext/getsummary
getmasternodelist
Returns the complete list of masternodes on the network.
blocks.myus-coin.com/ext/getmasternodelist
getmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
blocks.myus-coin.com/ext/getmasternoderewards/MCsPmTX3dLPzkaoSH8cwJANqvn4gMbXdfG/1
getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
blocks.myus-coin.com/ext/getmasternoderewardstotal/MCsPmTX3dLPzkaoSH8cwJANqvn4gMbXdfG/1
Linking (GET)
Linking to the block explorer