Skip to main content

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

EndpointMethodDescription
/api/v1/quoteGETGet the best route and estimated output for a token pair
/api/v1/swapPOSTBuild an unsigned swap transaction
/api/v1/instructionsPOSTGet raw instructions for custom transaction composition
/healthGETService health check

Quick example

Get a quote for swapping 1 SOL to USDC on Fogo:
curl "https://api.argyros.xyz/api/v1/quote?inputMint=So11111111111111111111111111111111111111112&outputMint=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v&amount=1000000000&swapMode=ExactIn&slippageBps=50"

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.