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.
Overview
Getting Started
Guides
Migration
Support
Changelog
Guides
Embed SWYPE as a hosted iframe or load the widget script for compact and expanded branded integrations.
Use /embed/swap directly when you want the full SWYPE hosted UI inside your own product shell. Pass mode, size, colors, brandless, and radius as query parameters.
Iframe Example
<iframe
src="https://swypeswap.com/embed/swap?mode=public&size=compact"
style="width:100%;height:760px;border:0;border-radius:28px"
></iframe>The widget script creates the iframe for you and keeps SWYPE branding visible by default. Use size=compact for sidebar or card placement, and size=expanded for full landing-page blocks.
Widget Example
<div id="swype-widget"></div>
<script src="https://swypeswap.com/swype-widget.js"
data-target="swype-widget"
data-mode="public"
data-size="expanded"></script>On This Page