Environments

MoveUSD APIs offer two environments for consumption:

EnvironmentURLDescription
Sandboxhttps://api.dev.coinfxapp.comProduction-like sandbox environment to test our your integration. New API changes are available in this environment first.
Productionhttps://api.coinfxapp.comReal 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.