API Calls
Return data from coind
•getdifficulty
Returns the current difficulty.
•getconnectioncount
Returns the number of connections the block explorer has to other nodes.
•getblockcount
Returns the current block index.
•getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
•getblock [hash]
Returns information about the block with the given hash.
•getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
x42Today at 7:47 PM
Extended API
Return data from local indexes
•getmoneysupply
Returns current money supply
•getdistribution
Returns wealth distribution stats
•getaddress (/ext/getaddress/hash)
Returns information for given address
•getbalance (/ext/getbalance/hash)
Returns current balance of given address
•getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
Linking (GET)
Linking to the block explorer
•transaction (/tx/txid)
•block (/block/hash)
•address (/address/hash)
•qrcode (/qr/hash)