# HekaSwap Agent API HekaSwap exposes a small server-to-server swap API for automated agents. Base URL: https://www.hekaswap.com OpenAPI: https://www.hekaswap.com/openapi.json Manifest: https://www.hekaswap.com/api/agent/v1/manifest Flow: 1. GET /api/agent/v1/routes 2. POST /api/agent/v1/quotes 3. POST /api/agent/v1/orders with Idempotency-Key 4. GET /api/agent/v1/orders/{orderId} Quotes are free. Order creation is the x402-paid resource when payment is enabled. x402 required for orders right now: yes x402 configured right now: yes Allowed routes: - eth_ethereum_to_xmr: ETH on Ethereum -> XMR on Monero Safety: - Do not send swap funds until an order returns depositInstructions. - refundAddress is optional and must be for the source/deposit chain. - Use unique Idempotency-Key values for quote/order retries.