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