Welcome to Argyros
Argyros aggregates liquidity across the Fogo ecosystem to find the best swap execution for any token pair. Solana support is coming soon.Why Argyros?
- Best-price routing. Multi-hop pathfinding across Vortex, Fluxbeam, Fogo.fun, and Moonit bonding curves to find optimal execution.
- Fast execution. Get a quote and build a ready-to-sign transaction in a single API call.
- Simple integration. Three endpoints cover the entire swap lifecycle: quote, build transaction, submit.
- Multi-chain ready. Solana support with P-Token benefits (up to 7 hops, lower compute) is coming soon.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v1/quote | GET | Get the best route and estimated output for a token pair |
/api/v1/swap | POST | Build an unsigned swap transaction |
/api/v1/instructions | POST | Get raw instructions for custom transaction composition |
/health | GET | Service health check |
Quick example
Get a quote for swapping 1 SOL to USDC on Fogo:Next steps
Supported Chains
Fogo capabilities and upcoming Solana support with P-Token benefits.
Architecture
High-level overview of how Argyros routes and executes swaps.
API Reference
Full endpoint documentation with Try It.
Executing Swaps
End-to-end guide for your first swap.