Uniswap V3 Swap Quote via Spraay Gateway is a paid API for AI agents from gateway.spraay.app, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).
Returns a swap quote (expected output amount) for a given token pair and input amount using Uniswap V3 routing.
Swap quotes via Uniswap V3.
Returns the expected output token amount (amountOut as a string) for the specified token swap, reflecting current Uniswap V3 pool pricing and routing.
GEThttps://gateway.spraay.app/api/v1/swap/quoteUse this endpoint when you need an EVM/Ethereum Uniswap V3 swap quote specifically; prefer the sibling Jupiter endpoint for Solana-native swaps. Best for agents that need to price ERC-20 token swaps before executing a trade or displaying exchange rates to users.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"tokenIn": "WETH",
"amountIn": "1000000000000000000",
"tokenOut": "USDC"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"dex": "uniswap-v3",
"route": "WETH → USDC",
"feeTier": "0.3%",
"tokenIn": {
"amount": "1000000000000000000",
"symbol": "WETH",
"address": "0x4200000000000000000000000000000000000006",
"decimals": 18
},
"_gateway": {
"router": "mangoswap",
"source": "uniswap-v3-quoter",
"contract": "0xb81fea65B45D743AB62a1A2B351f4f92fb1d4D16",
"provider": "spraay-x402"
},
"tokenOut": {
"symbol": "USDC",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"decimals": 6,
"estimatedAmount": "36728159.037329"
},
"validFor": "30 seconds",
"timestamp": "2026-06-09T20:22:48.372Z",
"gasEstimate": "5352872",
"priceImpact": "live",
"transaction": {
"to": "0xb81fea65B45D743AB62a1A2B351f4f92fb1d4D16",
"note": "Use MangoSwap router or submit directly to Uniswap V3 SwapRouter",
"chainId": 8453
},
"executionPrice": "1 WETH = 0.00000000 USDC"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"