Skip to main content

Transactions by block hash

Retrieves a list of all transactions within a block for a given block hash.

Path Parameters
block_hash string REQUIRED

Hash of block

Example: 0x0a83d82a65460a9e711f85a44616350280040b75317dbe486a923c1131b5ff99
Query Parameters
limit integer

max number of transactions to fetch

Example: 10
offset integer

index of first transaction to fetch

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