Arcane API Documentation
Use the Arcane API to access live signal snapshots, per-symbol state, historical timelines, factor intelligence, and validation artifacts. Integrate these endpoints into your dashboard, trading stack, or audit workflow.
Getting started
There are two ways to call the API:
- Dashboard proxy (recommended for demos/investors): call the dashboard’s proxy base (
/api/proxy). The dashboard signs each request server-side and your client does not need to send an API key. - Direct backend (for partners/customers): call the backend base URL and include
X-API-Key: <your key>on protected endpoints.
Head to the Quickstart for concrete examples.