Get the status of swap or bridge transactions. Accepts on-chain transaction hashes (txHashes), ERC-4337 userOperation hashes (userOpHashes), or both. At least one of the two must contain at least one item.
Documentation Index
Fetch the complete documentation index at: https://api-docs.uniswap.org/llms.txt
Use this file to discover all available pages before exploring further.
On-chain transaction hashes. At least one of txHashes or userOpHashes must be provided.
The unique hash of the transaction.
^(0x)?[0-9a-fA-F]{64}$ERC-4337 UserOperation hashes. At least one of txHashes or userOpHashes must be provided.
The unique hash of the transaction.
^(0x)?[0-9a-fA-F]{64}$