Documentation

Quickstart

Make your first authenticated request in minutes.

1. Create an API key

In the Novex app, open Settings → AI Connector → API, then create a key. Copy it immediately — Novex only shows the secret once.

2. Call an endpoint

Send your key as a Bearer token:

cURL

curl -s \
  -H "Authorization: Bearer nvx_YOUR_API_KEY" \
  "https://api.novex.trading/v1/macro-overview/macro-drivers"

3. Explore