/v1/transactions/by_version/{txn_version}
GET
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/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.
Path Parameters
stringrequired
The version of the transaction to retrieve.
Responses
200
Transaction data for the given version.
Was this page helpful?