Skip to main content
Version: pre-release (v0.78)

Blockchain height

GET 

/blockchain/height

Get the height of the last tendermint block

Responses

A successful response.

Schema
    chainId Network chain id from which the block comes from (string)
    hash Last block hash (string)
    height uint64
    spamPowDifficulty int64
    spamPowHashFunction Supported proof of work hash function (string)
    spamPowIncreasingDifficulty Boolean indicating whether increasing difficulty is allowed for using the same height for more than `spam_pow_number_of_past_blocks` transactions (boolean)
    spamPowNumberOfPastBlocks int64
    spamPowNumberOfTxPerBlock int64
Loading...