π‘Aggregator API
The XOXNO Aggregator API provides optimal swap routing across multiple decentralized exchanges on MultiversX. It analyzes liquidity pools from xExchange, AshSwap, JEX, and OneDex to find the best execution path for your trades.
Base URL
https://swap.xoxno.comEndpoints
/v1/quote
GET
Get optimal swap route and quote
/v1/pair-config
GET
Check pair support and configuration
/health
GET
Service health check
Features
Multi-DEX Routing
Routes are optimized across all supported DEXs simultaneously, ensuring you always get the best rate regardless of which exchange has the most liquidity.
Split Routing
For large trades, the aggregator automatically splits your order across multiple paths to minimize price impact and maximize output.
Reverse Quotes
Need a specific output amount? The API can calculate exactly how much input you need to receive your desired output.
Arbitrage Detection
When input and output tokens are the same, the API detects profitable arbitrage cycles and returns optimal execution paths.
LP Token Support
Native support for minting and burning LP tokens, enabling direct routing through liquidity provision operations.
Quick Example
Response Overview
All successful responses include:
Optimal input and output amounts
Exchange rate and price impact
Detailed path breakdown (optional)
Ready-to-use transaction data
Fee breakdown when applicable
Next Steps
Quote Endpoint - Detailed quote API reference
Pair Configuration - Check pair support
Response Format - Understanding the response structure
Integration Guide - Step-by-step integration
Last updated
Was this helpful?