
Pulsar - Fast & Secure Savings Coin Public API
A listing of public API endpoints for retrieving Pulsar - Fast & Secure Savings Coin coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer2.pulsarcoin.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer2.pulsarcoin.org/api/getconnectioncount
- getblockcountReturns the current block index.explorer2.pulsarcoin.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer2.pulsarcoin.org/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.explorer2.pulsarcoin.org/api/getblock?hash=2a8b3de9a60f2e2d759fda57fbb319a1ac0362eb49fa763367da7f1044f213b6
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer2.pulsarcoin.org/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer2.pulsarcoin.org/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer2.pulsarcoin.org/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer2.pulsarcoin.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer2.pulsarcoin.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer2.pulsarcoin.org/ext/getaddress/PPp6GT6DW2gNaPU773UMFpnQweB4VawuKf
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer2.pulsarcoin.org/ext/getaddresstxs/PPp6GT6DW2gNaPU773UMFpnQweB4VawuKf/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer2.pulsarcoin.org/ext/gettx/1028446b01e2100069221bc19e20e1a32fc992c4d6ba1d28e213251ed9f31f40
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer2.pulsarcoin.org/ext/getbalance/PPp6GT6DW2gNaPU773UMFpnQweB4VawuKf
- 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
- getcurrentpriceReturns last known exchange priceexplorer2.pulsarcoin.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer2.pulsarcoin.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesexplorer2.pulsarcoin.org/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer2.pulsarcoin.org/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer2.pulsarcoin.org/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer2.pulsarcoin.org/ext/getmasternoderewards/PPp6GT6DW2gNaPU773UMFpnQweB4VawuKf/64152
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer2.pulsarcoin.org/ext/getmasternoderewardstotal/PPp6GT6DW2gNaPU773UMFpnQweB4VawuKf/64152
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer2.pulsarcoin.org/tx/1028446b01e2100069221bc19e20e1a32fc992c4d6ba1d28e213251ed9f31f40
- block (/block/hash)explorer2.pulsarcoin.org/block/2a8b3de9a60f2e2d759fda57fbb319a1ac0362eb49fa763367da7f1044f213b6
- address (/address/hash)explorer2.pulsarcoin.org/address/PPp6GT6DW2gNaPU773UMFpnQweB4VawuKf
- qrcode (/qr/hash)explorer2.pulsarcoin.org/qr/PPp6GT6DW2gNaPU773UMFpnQweB4VawuKf


