/v1/transactions/by_version/{txn_version}
Retrieves a transaction from the Aptos blockchain by ledger version. If the version has been pruned, the server responds with a 410.
⚠ This endpoint is only available with Blast access.
Path parameters
txn_version
The version of the transaction to retrieve.
Response
Transaction data for the given version.
version
hash
state_change_hash
event_root_hash
state_checkpoint_hash
gas_used
success
vm_status
accumulator_root_hash
changes
List of state changes made by the transaction.
timestamp
type