Skip to main content

Transactions by block height

Retrieves all transactions within a block at a given height

Path Parameters
height integer REQUIRED

Height of block

Example: 66119
Query Parameters
limit integer

max number of transactions to fetch

Example: 10
offset integer

index of first transaction to fetch

Example: 42000
unanchored boolean

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

Example: true
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[]