Skip to main content

Get block at height

GET 

/block_at_height

Returns the block at specific height in the best chain.

Request

Query Parameters

    height intrequired

    Height of the block to get

    include_transactions string

    Possible values: [txid, full]

    Add transactions confirmed by this block.

Responses

Success

Schema

    any

Loading...