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