Skip to main content
12th November 2025
Docs Update
Updated trades response to include execution_type.See here for further details
12th November 2025
Docs Update
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
11th November 2025
Docs Update
Updated get_user_trades endpoint to support more filtering.See here for further details
30th October 2025
Docs Update
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
27th October 2025
Docs Update
Added documentation for stop orders.See here, here and here for further details
17th October 2025
Docs Update
Added Close Position request.See here for further detailsThis is only intended for use in the frontend as a quick way to close a position.
15th October 2025
Docs Update
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
13th October 2025
v0.0.10
You must now include order type in a modify orderSee here for further details.
25th September 2025
v0.0.10
You must now subscribe to order responses.See here for further details.
24th September 2025
v0.0.10
API Key required for MDS.See here for further details on what is required to connect to MDS.