Transaction Identifiers
Robin may surface different identifiers at different stages of a transaction’s life.
Common Identifiers
txHash
The final chain transaction hash. This is the most useful identifier once it is available.
userOperationHash
An intermediate identifier that may appear before a final txHash is known.
privyTransactionId
A Privy-managed transaction identifier that can later resolve to a final
txHash.
Practical Guidance
- prefer
txHashwhen it exists - if you only have
privyTransactionId, resolve status through the Robin UI flow before expecting a finaltxHash - do not assume an early identifier is the same as a confirmed trade execution
Last updated on