6.1 Using REST API
GET http://localhost:12346/ledger/events/{slot_number}GET http://localhost:12346/ledger/txs/{tx_id}/events/{event_index}GET http://localhost:12346/ledger/batches/{batch_id}/txs/{tx_index}/events/{event_index}curl -s http://localhost:12346/ledger/events/17 | jqLast updated