Enterprise API
Pull every Ordertune signal into your own execution stack. No broker connection required, no t1.ordertune.com UI in the way. Sales-led onboarding — for funds, family offices, and prop shops that want signals as a feed, not as a dashboard.
The Enterprise API is not self-serve. Access is granted manually after an MSA is signed. Request access from the Subscribe page in t1.ordertune.com or write to sales@ordertune.com.
What you get
- Direct read access to every signal of every strategy your account has been scoped to
- Versioned REST endpoints under
https://t1.ordertune.com/api/enterprise/v1/* - Bearer-authenticated with one or more rotatable tokens you manage in your Settings
- Per-account strategy whitelist — you only see what you signed for in the MSA
- Append-only audit log — every request, every key event, every whitelist change retained for compliance
What you do not get
- No self-serve checkout or sign-up. Onboarding is a conversation.
- No webhook delivery in v1 — only pull. Webhooks are on the roadmap.
- No SLA on signal availability in v1. Signals are typically published before US market open, but we do not commit to a cutoff time yet. v2 will.
- No public price. Pricing is per-account based on scope and volume.
How onboarding works
- Request access from the Subscribe page (
/subscribe) or email sales@ordertune.com with a short note about your firm, AUM bracket, and what you want to do with the signals. - Conversation + MSA. We reply within one business day, schedule a call, draft an MSA covering pricing, strategy scope, and acceptable use.
- Activation. Once the MSA is signed, our team activates your account on the Enterprise tier and seeds the negotiated strategy whitelist.
- You generate a token. Log in to t1.ordertune.com, go to Settings → API Keys, accept the API Terms of Use, and generate your first token. The plaintext is shown exactly once — copy it immediately.
- You integrate. See Authentication and Endpoints.
Next
- Authentication — Bearer tokens, key rotation, revocation
- Endpoints — All five v1 endpoints with curl examples
- Errors & Rate Limits — Error shape, status codes, throttling