Skip to main content
All /api/v1/* endpoints require an API key passed in the X-API-Key request header.
curl -H "X-API-Key: YOUR_API_KEY" \
  https://api.northaxiumdata.ca/api/v1/contracts?limit=5

Free demo key

Try the API immediately with the public demo key — no sign-up required:
3ZNJzfM7MAqdMabhbiGuCDuq
The demo key is rate-limited to 500 requests per month and is shared across all users. For production use, sign up for a paid plan.

API tiers

TierPriceRequests/monthMCP Access
Free$0500
Developer$29 CAD/mo10,000✅ stdio
Pro$99 CAD/mo100,000✅ Hosted SSE
EnterpriseCustomUnlimited✅ Priority

Error responses

StatusCodeMeaning
401UNAUTHORIZEDMissing or invalid API key
429RATE_LIMITEDMonthly request limit exceeded
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Missing API key. Pass your key in the X-API-Key header."
  }
}

Unprotected endpoints

The following endpoints do not require an API key:
  • GET /health — operational health check

Sign up

Visit northaxiumdata.ca to subscribe and receive your API key.