Get Transaction by Version

Retrieves a transaction by a given version.

This method will use 15 Compute Units.


Get transaction by version

get

Retrieves a transaction by a given version. If the version has been pruned, a 410 will be returned.

Path parameters
txn_versionstring · uint64Required

A string containing a 64-bit unsigned integer.

We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.

Example: 32425224034
Responses
200Success
Responseone of

Enum of the different types of transactions in Aptos

or
or
or
or
get
/transactions/by_version/{txn_version}

Last updated

Was this helpful?