Skip to main content

Environments

AX provides two environments:
EnvironmentBase URL
Productionhttps://gateway.architect.exchange/api
Sandboxhttps://gateway.sandbox.architect.exchange/api
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:
GET /health
Example: 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:
Authorization: Bearer <your-api-key>
To generate an API key, see Create API Key.

Server Location

The production environment runs on AWS eu-west-2 (London).