Get transaction record
This operation retrieves a specific on-chain transaction record by its ID. The record ID can be retrieved by calling the List transaction records operation.
Headers
Path Parameters
The UUID of the wallet that owns the transaction record.
The UUID of the transaction record to retrieve.
Query Parameters
When true, the response includes an ext_transactions list with associated downstream transactions.
Response
Successful Response
Public representation of a user transaction.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.