Developer Overview
Plan a 6MM API integration across environments, authentication, signing, REST APIs, WebSocket streams, and troubleshooting.
The Developer section is for backend engineers and platform teams integrating directly with 6MM APIs. It explains the conventions, security model, REST resources, streaming channels, and operational checks needed before production use.
Recommended integration path
Integration Overview
Understand the API access model and recommended connection sequence.
Environments & Conventions
Review base URLs, timestamps, numeric fields, and response format.
Authentication & Signing
Prepare JWT access, API keys, and HMAC signing.
REST API
Explore account, order, position, and market data endpoints.
Documentation areas
Production checklist
- Store API secrets only on the backend.
- Sync server time before signed requests.
- Treat all numeric precision fields as strings unless a page explicitly says otherwise.
- Use idempotency, request IDs, and structured logs around order flows.
- Subscribe to WebSocket streams for state that must stay current in operational systems.
- Review error codes and retry behavior before launch.