Getting Started
Environments
API keys are tied to the environment where they are created. Always create and consume keys on the same base URL.
Production
Use for live customer workflows and production integrations.
Development
Use for QA, integration testing, and non-production experimentation.
Environment matching rule
If a key is created on https://api.exanomic.com, test it on https://api.exanomic.com. If a key is created on https://api-dev.exanomic.com, test it on https://api-dev.exanomic.com.
Quick verification commands
1) Verify selected domain responds
2) Verify key against same domain
Current frontend environment base URL: https://api.exanomic.com. This should match the domain you use for your code tests.