Simulate multiple transactions in a single quoter call
Standalone batch simulator that returns predicted output amounts and gas for up to 5 transactions that are ALREADY built (from any source). This is NOT part of the routing flow and is NOT a prerequisite for /shortcuts/route — route already quotes internally and returns executable calldata in a single call. Do not call this before routing. Use it only to independently simulate/validate arbitrary transactions you already have. All transactions share the same tokenIn, tokenOut, and amountIn. Returns one simulationId per transaction for use with /validate.
Headers
Body
Chain ID
1
Transactions to simulate in a single quoter call. All transactions share the same tokenIn, tokenOut, and amountIn.
Input token addresses (shared across all transactions)
[
"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
]
Output token addresses (shared across all transactions)
[
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
]
Input amounts in wei (decimal or 0x strings, shared across all transactions)
["1000000000000000000"]
