By version
Retrieves a transaction by a given version. If the version has been pruned, a 410 will be returned.
Path parameters
txn_versionstring · uint64RequiredExample:
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.
32425224034
Responses
200Success
application/json
Responseone of
Enum of the different types of transactions in Aptos
all ofOptional
and
all ofOptional
and
all ofOptional
and
all ofOptional
and
all ofOptional
and
400Error
application/json
403Error
application/json
404Error
application/json
410Error
application/json
500Error
application/json
503Error
application/json
get
Last updated