GET
/
indexer
/
tx
/
v1
/
txs
/
by_height
/
{height}
Transactions by Height
curl --request GET \
  --url https://rest.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