Skip to content
On this page

(2021-11-23) ws 0.0.1-alpha

This is our initial release of the ConfluenceCode WebSocket API. It is currently in early alpha stage, which means that it is not yet ready for production use. We are actively working on improving the API, adding new features and making sure the stability matches our standards.

Features

  • Documentation for data structures and WebSocket operations.
  • Streamlined process for user authentication and data access.
  1. Authentication:

    • Implementation of an authenticate action for server connection.
    • Automatic handling of "authenticated" and "unauthorized" actions based on API key validation.
    • API key generation via the Developer section.
  2. Stream Formats:

    • Introduction of multiple data streams with distinct object types.
    • Each object type follows a specific JSON format.
    • Detailed structure descriptions for trade stream objects.
  3. Essentials:

    • Standard message format for WebSocket server communication.
    • Detailed guidelines for action and body properties in WebSocket messages.
    • Reference to comprehensive list of available actions.
  4. Filtering:

    • Server-side data filtering capabilities.
    • Support for multiple, simultaneous filters.
    • Dynamic filter adjustments during operation.