Environments
AX provides two environments:
Use sandbox for development and testing. Use production when you are ready to trade with real funds.
Health Check
Both environments expose a public health endpoint that requires no authentication:https://gateway.architect.exchange/api/health
Use this to verify connectivity or check whether the service is up.
Authentication
All API endpoints except/health require an API key. Pass your key in the Authorization header:
Server Location
The production environment runs on AWSeu-west-2 (London).