Get Block Transactions
Get the transactions for the given block height.
ENDPOINT
GET https://www.data123.io/aleo/<API KEY>/v1/testnet3/block/{height}/transactionsArguments
Parameter
Type
Request
Description
height
u32
Yes
The block height of the requested transactions.
Response
Parameter
type
Description
Request
curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/block/10000/transactionscurl https://api.data123.io/aleo/<API KEY>/rpc/v1/testnet3 \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"getBlockTransactions","params":[10000],"id":1}'Last updated