
API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.swampcoin.tech/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.swampcoin.tech/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.swampcoin.tech/ext/getaddress/WZpUovcfE14LTczNFU9mW6U5W121Aumzeegetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.swampcoin.tech/ext/getaddresstxs/WZpUovcfE14LTczNFU9mW6U5W121Aumzee/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.swampcoin.tech/ext/gettx/3da0573b6e3e11925b6d8768aac4cf9ba0f08c7d6711e2599f3ba5369bb6a9dbgetbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.swampcoin.tech/ext/getbalance/WZpUovcfE14LTczNFU9mW6U5W121Aumzeegetlasttxs (/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
explorer.swampcoin.tech/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.swampcoin.tech/ext/getnetworkpeersgetsummary
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
explorer.swampcoin.tech/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
explorer.swampcoin.tech/ext/getmasternodelistgetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
explorer.swampcoin.tech/ext/getmasternoderewards/WZpUovcfE14LTczNFU9mW6U5W121Aumzee/0getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
explorer.swampcoin.tech/ext/getmasternoderewardstotal/WZpUovcfE14LTczNFU9mW6U5W121Aumzee/0
Linking (GET)
Linking to the block explorer