that were finalized in the block in the order that they were executed.
/rpc/v1/consensus/block/height/{height}
Block height
If true, returns all batches of transactions that were finalized by this block in the order that they were executed.
curl -L \ --url 'https://rpc-testnet.supra.com/rpc/v1/consensus/block/height/{height}?with_batches=true'
{ "block": { "block": { "digest": "text", "header": { "author": "text", "height": 1, "parent": "text", "timestamp": { "timestamp": 1 }, "view": { "epoch_id": { "chain_id": 1, "epoch": 1 }, "round": 1 } }, "payload": {} }, "qc": { "certificate": { "certifying_committee": "text", "data": {}, "kind": "Validity", "signature": {}, "voters": [ true ] } } }, "batches": {} }