/v1/transactions
Retrieves on-chain committed transactions from the ledger.
Supports optional pagination via the start and limit query parameters.
If the starting version has been pruned due to the node’s data retention policy, a 410 error will be returned.
Query Parameters
start
Ledger version to start the list of transactions.
limit
Maximum number of transactions to retrieve.
Response
Array of committed transactions.
version
hash
state_change_hash
event_root_hash
state_checkpoint_hash
gas_used
success
vm_status
accumulator_root_hash
changes
timestamp
type