Get Block Transactions

Get the transactions for the given block height.

ENDPOINT

GET https://www.data123.io/aleo/<API KEY>/v1/testnet3/block/{height}/transactions

Arguments

Parameter
Type
Request
Description

height

u32

Yes

The block height of the requested transactions.

Response

Parameter
type
Description

result

The array of transactions in the block

Request

curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/block/10000/transactions

Last updated