Skip to main content

Transactions by block hash

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 a list of all transactions within a block for a given block hash.

Path Parameters
block_hash string REQUIRED

Hash of block

Query Parameters
limit integer

max number of transactions to fetch

offset integer

index of first transaction to fetch

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[]