latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-2028153455.3 KB

385d1aaf056f

Transactions

Get transaction by version

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

get/transactions/by_version/{txn_version}

Path parameters

txn_versionstring uint64 required

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

Version of transaction to retrieve

Response

Transaction required— unresolved $ref