GET
/
blocks
/
by_height
/
{block_height}

Path Parameters

block_height
integer
required

Block height to lookup. Starts at 0

Query Parameters

with_transactions
boolean

If set to true, include all transactions in the block

If not provided, no transactions will be retrieved

Response

200 - application/json
block_height
string
required

A string containing a 64-bit unsigned integer.

We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.

block_hash
string
required
block_timestamp
string
required

A string containing a 64-bit unsigned integer.

We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.

first_version
string
required

A string containing a 64-bit unsigned integer.

We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.

last_version
string
required

A string containing a 64-bit unsigned integer.

We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.

transactions
object[]

The transactions in the block in sequential order