Get Block Transactions
ENDPOINT
GET /{network}/block/{height_or_hash}/transactions
Returns the transactions for the given block height.
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
height or hash | u32 or string | Yes | The block height or hash of the requested block |
Response
Parameter | Type | Description |
---|---|---|
result | array | The array of transactions in the block |