exec_quote
ActiveTool of x402 Trading & On-Chain Intelligence
Best-route swap quote across DEXes (KyberSwap aggregator): expected output, USD in/out, price impact %, gas cost, and the DEXes routed through. Send { chain, tokenIn, tokenOut, amountIn } (amountIn in smallest units). Quote only — never executes. Pre-trade routing for trading agents. [x402 paid tool — price $0.05; POST /api/exec/quote]
Parameters schema
{
"type": "object",
"required": [
"tokenIn",
"tokenOut",
"amountIn"
],
"properties": {
"chain": {
"type": "string",
"description": "base (default), ethereum, arbitrum, polygon, optimism, bsc, avax"
},
"tokenIn": {
"type": "string",
"description": "0x token address to sell"
},
"amountIn": {
"type": "string",
"description": "Amount to sell in smallest units (wei)"
},
"tokenOut": {
"type": "string",
"description": "0x token address to buy"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries