API documentation
Getting started
Platform overview
Obermind Platform combines branded web and mobile apps, a multi-tab trading terminal, portfolio and risk tooling, and admin back-office on one platform. API docs on this site describe how your integration connects to those surfaces — not a separate product.
Environments
Use the development environment while building and testing integrations. Production credentials and base URLs are issued when your deployment goes live. Code samples default to the development API host unless your firm configures another endpoint.
Authentication
Authenticated REST calls send your application credentials in request headers — App Token and Secret Key — issued for your Obermind deployment. Store them securely; never embed secrets in client-side code shipped to end users. Use the Try It panel on each endpoint to test with your own tokens from this browser session only.
User interfaces
Traders interact through the Terminal, Instrument pages, and mobile apps. Your integration typically runs server-to-server against the REST API, while WebSocket feeds power live quotes and portfolio updates inside those UIs.