x402 DeFi Intel – Swap Quote is a paid API for AI agents from cryptodefidataintel-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Returns a cross-chain swap quote including input/output token amounts, best route, price impact, and routing signal for a given token pair and amount.
Crypto-agent toolkit: cross-chain DeFi intelligence + execution helpers + retrieval for agents. 16 endpoints: funding, open interest, long/short, token-safety, yield, prices, gas, tx-simulate, approval-check, bridge-quote, governance-search, lending, liquidations, protocol-search, swap-quote, token-resolve. Pay-per-call via x402.
Returns a JSON object with the swap route details: inAmount and outAmount in base units, routeLabels showing which DEX(es) are used (e.g. Orca), priceImpactPct as a percentage, a signal string (e.g. 'low_price_impact'), a human-readable insight string, confidence score (0–1), and sources array indicating which aggregators were queried.
GEThttps://cryptodefidataintel-production.up.railway.app/api/swap-quoteUse this endpoint when you need a real-time DEX swap quote on Solana with route intelligence and price impact analysis — especially when you want aggregated routing across multiple DEXes (like Orca, Raydium) with a confidence signal, rather than querying a single DEX directly. Ideal for agents that need to evaluate swap feasibility before execution.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": {
"inAmount": "1000000",
"outAmount": "6900000",
"routeLabels": [
"Orca"
],
"priceImpactPct": 0.02
},
"signal": "low_price_impact",
"insight": "Best route via Orca.",
"sources": [
"jupiter"
],
"confidence": 0.8
}
}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"