https://api.argyros.xyz
All swap endpoints are under /api/v1. The API currently operates on Fogo.
Solana support coming soon. When available, all endpoints will accept a
chain query parameter to select between Fogo and Solana. See Supported Chains.Response format
All responses use a consistent envelope: Success:HTTP status codes
| Code | Meaning |
|---|---|
200 | Success |
400 | Bad request: invalid parameters, missing required fields |
404 | Not found: no route exists for the given token pair/amount |
429 | Rate limited: too many requests |
500 | Internal error: transaction build or simulation failed |
Endpoints
| Endpoint | Method | Description |
|---|---|---|
GET https://api.argyros.xyz/api/v1/quote | GET | Get swap quote with routing details |
POST https://api.argyros.xyz/api/v1/swap | POST | Build unsigned swap transaction |
POST https://api.argyros.xyz/api/v1/instructions | POST | Get raw swap instructions |
GET https://api.argyros.xyz/health | GET | Service health check |