Skip to content

Test environment

Build and validate CryptoSwift integrations in an isolated sandbox.

CryptoSwift provides a dedicated test environment so you can build, iterate, and validate Travel Rule workflows without touching production data. Always build and validate your integration in the Test Environment before going live to avoid accidental PII forwarding and to verify Travel Rule flows safely.

Each environment has its own Base URL and requires a separate API key.

Environments

EnvironmentBase URL & API DocsClient DashboardAPI Key
Testhttps://api-dev.cryptoswift.eu/https://dashboard-dev.cryptoswift.eu/Get via Self-Service
Productionhttps://api.cryptoswift.eu/https://dashboard.cryptoswift.eu/Provided by CryptoSwift separately

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.

Next steps