1. Get an API key
Request a key. Discovery endpoints (/health, /openapi.json, /llms.txt) need no key at all — you can explore before signing up.
2. Make your first request
Latest macro readings for a country:3. Read one indicator’s history
Response envelope
Every response uses the same shape:meta.pagination.next_cursor (passing it back as ?cursor=) while has_more is true.
limit is 1–500 (default 100). Unknown query params are rejected with bad_request.
Next steps
Authentication
Keys, scopes, public endpoints.
Macro screener
Filter countries by macro conditions.
AI agents
Call Conduit from an LLM via MCP.
API Reference
Browse every endpoint + playground.