orynworks·/capability/uniswap-quote
main·base mainnet·live
Skilldefi
Uniswap Quote
uniswap-quote
About
Simulate a Uniswap V3 swap on Base without executing. Send `{ tokenIn, tokenOut, amountIn, fee }` and get back the output amount, gas estimate, and post-trade price. Use this to size trades or check slippage before committing on-chain.
How to use
1 · install for your MCP client
install · uniswap-quote
$
npx orynworks install uniswap-quote2 · or call it directly with curl
call · uniswap-quote
$
curl -X POST https://api.oryn.works/v1/skills/uniswap-quote/call \
-H "Content-Type: application/json" \
-d '{"tokenIn":"0x4200000000000000000000000000000000000006","tokenOut":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amountIn":"1000000000000000000","fee":500}'Need help wiring it up? See the docs.
Usage (last 7d)
—
Calls
—
Success
—
Avg latency
No usage yet.