This operation retrieves a transaction record using the client-supplied idempotency key (request_id) scoped to the given wallet.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
Use this file to discover all available pages before exploring further.
The UUID of the wallet that owns the transaction.
The same request_id passed when submitting the transfer or contract call.
1 - 255When true, the response includes an ext_transactions list with associated downstream transactions.
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.