API Documentation
API Calls
Return data from coind
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
Extended API
Return data from local indexes
getaddress (/api/getaddress?address=hash)
Returns information for given address
getaddresstxs (/api/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
getlasttxs (/api/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
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USD price, network connection count, block count
Linking (GET)
Linking to the block explorer
