Websockets

Bidirectional communication protocol that can send the data from the client to the server or from the server to the client by reusing the established connection channel.

We provide real-time data and interaction using websockets. Our websocket implementation offers two distinct endpoints, each serving a specific purpose in our trading ecosystem. These persistent connections allow for instantaneous, bi-directional communication between the client and server, ensuring you have access to the most up-to-date information and can interact with our platform efficiently.

  • Enables clients to submit new trades through a websocket connection.
  • Offers low-latency trade execution, essential in dynamic market conditions.

  • Provides a way to cancel an operation pending execution.

  • Provides continuous updates to the orderbook for a specified trading pair.
  • Allows you to maintain an up-to-date view of the market depth without delay.