Skip to main content

Transactions by block height

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

NOTE: This endpoint is deprecated in favor of Get transactions by block.

Retrieves all transactions within a block at a given height

Path Parameters
height integer REQUIRED

Height of block

Query Parameters
limit integer

max number of transactions to fetch

offset integer

index of first transaction to fetch

unanchored boolean

Include transaction data from unanchored (i.e. unconfirmed) microblocks

Responses
200

List of Transactions

Schema OPTIONAL
limit integer

Possible values: value ≤ 200

The number of transactions to return

offset integer

The number to transactions to skip (starting at 0)

total integer

The number of transactions available

results object[]