GET
/
indexer
/
tx
/
v1
/
txs
/
by_height
/
{height}
curl --request GET \
  --url https://lcd.minievm-2.initia.xyz/indexer/tx/v1/txs/by_height/{height}

This endpoint queries all transactions at a given block height.

height
integer
required

The block height to retrieve transactions from