API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply [net]
Returns current money supply
https://explorer.butkoin.com/ext/getmoneysupply/testnetgetdistribution [net]
Returns wealth distribution stats
https://explorer.butkoin.com/ext/getdistribution/testnetgetaddress [net] [hash]
Returns information for given address
https://explorer.butkoin.com/ext/getaddress/XhHdqWVr77Y1FPVGd3MDxkAgHXEAgc6D1J/testnetgetaddresstxs [hash] [net] [start] [length]
Returns last [length] transactions for address [hash], starting from offset [start]
https://explorer.butkoin.com/ext/getaddresstxs/XhHdqWVr77Y1FPVGd3MDxkAgHXEAgc6D1J/testnet/0/50/gettx [hash] [net]
Returns information for given tx hash
https://explorer.butkoin.com/ext/gettx/e8e0eab741bf3d249f4c0e90a9315a774f40b3e9d92fdf6baa5d26741088ce7a/testnetgetbalance [hash] [net]
Returns current balance of given address
https://explorer.butkoin.com/ext/getbalance/XhHdqWVr77Y1FPVGd3MDxkAgHXEAgc6D1J/testnetgetlasttxs [net] [min] [length] [start]
Returns last [length] transactions greater than [min] coins, starting from offset [start]
Note: [length] is limited to returning 50 records per query
getnetworkpeers [net]
Returns the list of network peers that have connected to the explorer node in the last 24 hours
https://explorer.butkoin.com/ext/getnetworkpeers/testnetgetbasicstats [net]
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodes
https://explorer.butkoin.com/ext/getbasicstats/testnetgetsummary [net]
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count, count of online masternodes, count of offline masternodes
https://explorer.butkoin.com/ext/getsummary/testnetgetmasternodelist [net]
Returns the complete list of masternodes on the network.
https://explorer.butkoin.com/ext/getmasternodelist/testnet
Linking (GET)
Linking to the explorer