Skip to main content
Version: mainnet (v0.77)

Blockchain height

GET 

https://croissant.network/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
curl -L -X GET 'https://croissant.network/blockchain/height' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://croissant.network
ResponseClear

Click the Send API Request button above and see the response here!