ExanomicDocs
OverviewAuthenticationEnvironments
OverviewInflationLabor MarketInterest RatesGDP & OutputSeries EndpointsObservationsTreasury APICorrelation API
ExanomicDocs
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

https://api.exanomic.com

Use for live customer workflows and production integrations.

Development

https://api-dev.exanomic.com

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

curl -i "https://api.exanomic.com/v2/status"

2) Verify key against same domain

curl -i -H "X-API-Key: YOUR_API_KEY" "https://api.exanomic.com/v2/series"

Current frontend environment base URL: https://api.exanomic.com. This should match the domain you use for your code tests.