Environments
MoveUSD APIs offer two environments for consumption:
Environment | URL | Description |
---|---|---|
Sandbox | https://api.dev.coinfxapp.com | Production-like sandbox environment to test our your integration. New API changes are available in this environment first. |
Production | https://api.coinfxapp.com | Real production environment. Money is real here. |
Authentication
APIs are secured with API key authentication. x-api-key
and x-api-secret
HTTP headers must be provided along with each request.
You can generate API credentials in MoveUSD customer dashboard. Each environment has its own API credentials and they cannot be reused across environments.
Updated about 12 hours ago