Updated order response to include trade_id. This is used for order responses with a status of FILLED, it provides the unique trade id of that fill.See here for further details
Updated stop order response type. Type is now STOP_LOSS and TAKE_PROFIT. Stop orders are shown in the orders key in get_orders_responseSee here and here for further details
Added HMAC-SHA256 authentication requirements for the trade WebSocket, including refreshed client samples.See here for further detailsDocumented the new cancel-on-disconnect channel with end-to-end examples for Python, Node.js, Go, and Java.See here for further details