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.

Guides

Authentication

Learn how to authenticate your API requests.

Read more

Pagination

Understand how to work with paginated responses.

Read more

Errors

Read about the different types of errors returned by the API.

Read more

Webhooks

Learn how to programmatically configure webhooks for your app.

Read more

Resources

Contacts

Learn about the contact model and how to create, retrieve, update, delete, and list contacts.