Skip to main content

Integration overview

Partners integrate against documented HTTP and WebSocket surfaces. Credentials are issued per environment during onboarding. This page stays at the commercial and architectural level on purpose.

Building blocks

  1. Partner identity - your organization and brand configuration
  2. End-user accounts - segregated sub-accounts under your partner umbrella
  3. Market data - instruments, tickers, order books, and candles
  4. Trading - order placement, cancellation, positions, and balances
  5. Admin console - operator tooling for your team (see Admin)

Environments

EnvironmentPurpose
StagingIntegration testing with non-production credentials
ProductionLive users and fee share

Exact hostnames and credential delivery are shared during onboarding - not published as shared secrets in public docs.

Security expectations (partner side)

  • Store API credentials in your secret manager; rotate on a schedule
  • Call APIs from your backend; never embed long-lived secrets in client apps
  • Prefer short-lived user session tokens for browser and mobile surfaces
  • Restrict admin operator access with least-privilege roles

Internal encryption material, exchange master keys, and infrastructure credentials are never shared with partners and are not documented here.

Next