API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.phicoin.net/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.phicoin.net/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.phicoin.net/ext/getaddress/PfGy9w5jysV8aVw9eRjDqsydHJdnuxSV89getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.phicoin.net/ext/getaddresstxs/PfGy9w5jysV8aVw9eRjDqsydHJdnuxSV89/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.phicoin.net/ext/gettx/0a657083562bd8293a4b61d140c5fd11322a501a1d5d930ebc1cba39d49daf56getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.phicoin.net/ext/getbalance/PfGy9w5jysV8aVw9eRjDqsydHJdnuxSV89getlasttxs (/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.phicoin.net/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.phicoin.net/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
explorer.phicoin.net/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count
explorer.phicoin.net/ext/getsummarygetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
explorer.phicoin.net/ext/getmasternoderewards/PfGy9w5jysV8aVw9eRjDqsydHJdnuxSV89/100000getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
explorer.phicoin.net/ext/getmasternoderewardstotal/PfGy9w5jysV8aVw9eRjDqsydHJdnuxSV89/100000
Linking (GET)
Linking to the block explorer