Skip to main content
Version: testnet (v0.76)

Blockchain height

GET 

/blockchain/height

Get the height of the last tendermint block

Request

Responses

A successful response.

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