Uniswap Api
Uniswap Trading API for executing swaps and managing liquidity across 25+ blockchain networks
In development
Cataloged and scoped, not yet available to run in production.
- 7
- actions
Integrations
View provider documentationActions
Operations this integration can perform.
Check Token Approval
Tool to check if a wallet has sufficient token approval for a specified transaction amount. Returns an approval transaction if needed, or null if approval already exists. Use this before executing a swap to verify or obtain the necessary token approval.
Check Wallet Delegation
Get the current delegation status and message for a smart contract wallet across different chains. Returns delegation information for each chain ID in the request, including whether the wallet is delegated, the delegate address, and delegator information. Use when checking if a smart contract wallet has delegated its swap permissions to another address or if someone has delegated to it.
Encode 7702 transactions
Encode a list of transactions into a single transaction for smart contract wallet execution (EIP-7702). All transactions must have the same chainId. Use when you need to batch multiple transactions into a single smart contract wallet transaction for atomic execution.
Get Gasless Orders
Retrieve one or more gasless orders from Uniswap, optionally filtered by query parameters. Must include at least one of: orderId, orderIds, orderStatus, swapper, or filler. Use when you need to check the status or details of Uniswap gasless orders (UniswapX orders).
Get Quote
Requests a quote according to the specified swap parameters. This endpoint may be used to get a quote for a swap, a bridge, or a wrap/unwrap. The resulting response includes a quote for the swap and the proposed route by which the quote was achieved, along with estimated gas fees. Use when you need to get a quote for a token swap before executing the transaction.
Get Swap Status
Tool to retrieve the current status of swap or bridge transactions on the Uniswap trading platform. Use when you need to check if a swap transaction has been confirmed, is pending, or has failed. Provide the transaction hash(es) to get the status of one or more swap transactions.
Get swappable tokens
Returns the list of destination bridge chains for a given token on a given chain. Useful for discovering cross-chain swap/bridge options. Returns tokens that are available for swapping/bridging from the specified source token.
Triggers
Events that start workflows from this integration.
After Add Liquidity
Fires after liquidity is added to a Uniswap v4 pool.
After Pool Initialize
Fires after a new liquidity pool is initialized in Uniswap v4, allowing for custom actions or validations after pool initialization.
After Remove Liquidity
Fires after liquidity is removed from a Uniswap v4 pool.
After Swap
Fires after a swap is executed in a Uniswap v4 pool.
Before Add Liquidity
Fires before liquidity is added to a Uniswap v4 pool.
Before Pool Initialize
Fires before a new liquidity pool is initialized in Uniswap v4, allowing for custom actions or validations during pool initialization.
Before Remove Liquidity
Fires before liquidity is removed from a Uniswap v4 pool.
Before Swap
Fires before a swap is executed in a Uniswap v4 pool.
Related integrations
Don't see the exact action you need?
Tell us what you're trying to connect and we'll help you evaluate whether it fits the current catalog or needs prioritizing.