API Reference
Our platform provides two environments: Test and Live.
Each environment has its own Base URL and requires a separate API key.
Environments
Test Environment
Use the Test environment during development and integration.
It is fully isolated from production, allowing you to safely experiment without affecting real data.
- Base URL & API Docs: https://api-dev.cryptoswift.eu/
- Client Dashboard: https://dashboard-dev.cryptoswift.eu/
- API Key: A dedicated Test API key is required.
Live Environment
Use the Live environment once your integration is ready for production.
This environment processes real transactions and data.
- Base URL & API Docs: https://api.cryptoswift.eu/
- Client Dashboard: https://dashboard.cryptoswift.eu/
- API Key: A dedicated Production API key is required.
Important: Make sure you use the correct API key for the environment you’re accessing. Using a test key in the live environment (or vice versa) will result in authentication errors. You can find your API keys by signing in to the Client Dashboard for the respective environment.