v2.11.0
· One min read
New
Cancel on disconnect
In case of network disconnections, extreme latency, or similar issues your orders can remain open and be filled at unfavorable prices while you are disconnected.
To prevent this, you can now use an optional feature, Cancel on disconnect. This automatically cancels your open orders if there is no activity from you for a set period of time.
To enable this, we have added a new type of request that lets you create groups of orders. Check out our WebSocket and REST API endpoints to learn more.
Timestamps parameters for orders
For the following requests, we added two new timestamp parameters:
Request / Message | Parameter name |
---|---|
Get order response REST and WebSocket | createdNs , updatedNs |
Get orders response REST and WebSocket | createdNs , updatedNs |
For now, these parameters still return the timestamps in microseconds and populate the rest of the signature with zeros. In a future release, we will increase the precision to nanoseconds.