API Documentation

API Calls

Return data from coind

Returns the current difficulty.

Returns the number of connections the block explorer has to other nodes.

Returns the current block index.

Returns the hash of the block at [index]; index 0 is the genesis block.

Returns information about the block with the given hash.

Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).

Returns the current network hashrate. (hash/s)

Extended API

Return data from local indexes

Returns current money supply

Returns wealth distribution stats

Returns information for given address

Returns last [length] transactions for address [hash], starting from offset [start]

Returns information for given tx hash

Returns current balance of given address

Returns last [length] transactions greater than [min] coins, starting from offset [start]

Note: [length] is limited to returning 100 records per query

Returns last known exchange price

Returns basic statistics about the coin including: block count, circulating supply, USD price

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