Platform Security Architecture
Understand the security layers used across 6MM trading infrastructure, APIs, SDKs, webhooks, and partner integrations.
6MM security documentation focuses on partner production readiness. The goal is to keep trading infrastructure stable while making responsibility boundaries clear.
Security layers
Partner responsibilities
- Keep API secrets and signing keys out of browsers and mobile apps.
- Validate partner user sessions before issuing trading entry credentials.
- Implement webhook idempotency and terminal state checks.
- Maintain operational logs for account, order, transfer, and webhook flows.
Integration trust boundaries
Production verification
- Test expired, revoked, and incorrectly scoped credentials.
- Test altered webhook bodies, duplicate callbacks, delayed callbacks, and endpoint timeouts.
- Confirm that logs redact secrets, access tokens, and sensitive request payloads.
- Alert on repeated signature failures, abnormal order activity, reconciliation differences, and connection instability.
- Document the owner and response path for credential exposure, webhook failure, and trading incidents.