Authenticated request (SUBSCRIBE or UNSUBSCRIBE) requiring credentials.
- Authenticated-Only Channels
True Markets CeFi WebSocket v1.0.3
Many endpoints have an unauthenticated version which only requires the user to supply a valid timestamp (no older than 15 seconds and not in the future, relative to server UTC time). These endpoints batch updates and publish on an interval set by the exchange, typically 1 second.
- 📖 Full API Documentation: https://docs.truex.co/
- 📧 Support: support@truex.co
| Version | Date | Notes |
|---|---|---|
| v1.0.3 | 2026-02-23 | Added UNSUBSCRIBE_NO_AUTH and clarified no-auth request requirements on authenticated sessions. |
| v1.0.2 | 2026-02-10 | Clarified authentication/signature rules and subscription field requirements. |
| v1.0.1 | 2026-01-28 | Added DROPCOPY channel for order drop copy. |
| v1.0.0 | 2025-10-16 | Initial Release. |
Payload
Action the request is intending to take.
Exchange designation ID will be UUIDv4. Must be supplied in human readable form. RFC 9562.
Exchange supplied API key will be in UUIDv4. Must be supplied in human readable form. RFC 9562.
The computed HMAC signature.
List of items the request is intending to act upon. For market data channels (INSTRUMENT, EBBO, DEPTH, TRADE), this contains instrument symbols. For the DROPCOPY channel, this contains client IDs as strings.
List of channels the request is intending to interact with. Note: DROPCOPY channel requires authentication.