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
Returns the currently supported crypto assets and networks from the live SWYPE token catalog.
GET
/api/partner/v1/tokens
Use page and pageSize for pagination, and use term to search by symbol, network, name, or provider code.
cURL
curl --request GET \
--url 'https://swypeswap.com/api/partner/v1/tokens?page=1&pageSize=20&term=sol' \
--header 'Authorization: Bearer <your-api-key>'On This Page