SWYPE uses cookies and similar storage to keep the site secure, remember essential session state, and make payment flows work reliably.
Used for secure sign-in, payment-request continuity, fraud prevention, and account protection.
The current SWYPE experience does not rely on advertising cookies to operate the product shell.
Read the full notice on the cookie page. SWYPE never asks for wallet connect, private keys, or recovery phrases.
Developer Hub
Public swap API, private swap access, widgets, embeds, rate limits, migration notes, and support docs for partner integrations.
Getting Started
Guides
Support
Migration
Changelog
API Reference
Fetches a live public or private swap quote based on the current SWYPE provider graph and rate engine.
POST
/api/partner/v1/quote
Public mode chooses the safest and cheapest supported path available for the requested direct route. Private mode evaluates the protected-route planner and uses a confidentiality-oriented path before final delivery.
Quote responses are designed to expose route semantics without leaking confidential route-planning logic. Partners should expect a route summary that describes the route mode, a user-facing route label, pricing metadata, expiry information when relevant, and high-level route characteristics rather than a full decomposition of the planner internals.
JSON
{
"fromAmount": 0.5,
"fromCurrency": "sol",
"fromNetwork": "sol",
"toCurrency": "eth",
"toNetwork": "eth",
"mode": "private"
}