Creating an order via websocket.

Hello,
Is there anyway to create a new BUY/SELL order via the websocket connection?
From analysis we conducted there are a lot faster ways to create an order then the HTTP endpoint, orders are created in approx 0.6 ms.
Our servers have latency of 0.15 ms from Binance stream(websockets) and 0.15 ms from the API http endpoint which is using cloudfront CDN, although the latency is low and using http-keepalive it costs us around 20ms to place an order.
Are there any other endpoints we don’t know about?
Do you give corporates access to private endpoints?
Thanks

Hi which vps do you use to get low latency?

Place orders, cancel orders or send other requests via WebSocket.

1 Like

thanks for the feedback, unfortunately we don’t have ETA on this feature yet.

Are there any other ways for placing orders?
Are there any other endpoints we don’t know about?
Do you give corporates access to private endpoints?

2 Likes

Are there any other ways for placing orders?
Are there any other endpoints we don’t know about?
Do you give corporates access to private endpoints?

Any suggestion?

I am puzzled that an order execution takes 20ms given 0.15ms ping. In my experience, 20ms is an upper bound if ping is 1.5ms.

First of all, do we talk about limit orders? Market orders get executed much slower.

Are you sure you process the websocket data in parallel?

And how did you measure 0.15ms. The minimum latency I found is about 0.4ms.

which vps do you use to get 20ms to order execution?

1 Like