Changelog
apiconsole

Orion is reachable: a public API and a developer console

The Positions API is public, served from mainnet.g.orionhq.run, and the developer console at console.orionhq.run lets you provision your own access instead of asking us for a key.

  • /v1/health is unauthenticated, so you can check the service before you have credentials. Every other route requires an x-orion-token header and returns 401 without one.
  • Sign in to the developer console with GitHub or an emailed passcode, create an organisation, then issue and revoke keys. A key’s value is shown once at issuance and never returned again.
  • Every response carries a meta block: how stale the data is, the last indexed ledger, whether the result is partial, and the sources behind it. Responses also carry x-request-id and x-ratelimit-* headers.