Explorer
Movement
Network
Top 100
API
Claim Address
Search
Pandacoin Public API
A listing of public API endpoints for retrieving Pandacoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
explorer.thepandacoin.net/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.thepandacoin.net/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.thepandacoin.net/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.thepandacoin.net/api/getblockhash?index=53955
getblock [hash]
Returns information about the block with the given hash.
explorer.thepandacoin.net/api/getblock?hash=1970d6d634235df9e8c1957707fb7788b076bd0c9a8a8ce7869c5ad2999e0a8a
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.thepandacoin.net/api/getrawtransaction?txid=953d0571cea7529d929f61655da84555eed00e57202f7572074e2eb2f5de1680&decrypt=0
explorer.thepandacoin.net/api/getrawtransaction?txid=953d0571cea7529d929f61655da84555eed00e57202f7572074e2eb2f5de1680&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.thepandacoin.net/api/getnetworkhashps
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.thepandacoin.net/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.thepandacoin.net/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.thepandacoin.net/ext/getaddress/PKUvrnjPs2C5DQdbuAicLGbVA3MAE1YDWs
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.thepandacoin.net/ext/getaddresstxs/PKUvrnjPs2C5DQdbuAicLGbVA3MAE1YDWs/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.thepandacoin.net/ext/gettx/953d0571cea7529d929f61655da84555eed00e57202f7572074e2eb2f5de1680
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.thepandacoin.net/ext/getbalance/PKUvrnjPs2C5DQdbuAicLGbVA3MAE1YDWs
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
explorer.thepandacoin.net/ext/getlasttxs/100/0/100
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.thepandacoin.net/ext/getnetworkpeers
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
explorer.thepandacoin.net/ext/getsummary
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
explorer.thepandacoin.net/tx/953d0571cea7529d929f61655da84555eed00e57202f7572074e2eb2f5de1680
block (/block/hash)
explorer.thepandacoin.net/block/1970d6d634235df9e8c1957707fb7788b076bd0c9a8a8ce7869c5ad2999e0a8a
address (/address/hash)
explorer.thepandacoin.net/address/PKUvrnjPs2C5DQdbuAicLGbVA3MAE1YDWs
qrcode (/qr/hash)
explorer.thepandacoin.net/qr/PKUvrnjPs2C5DQdbuAicLGbVA3MAE1YDWs