Skip to main content
Docs Update
Added default_max_leverage field to refdata response.See here for further details
Docs Update
Added funding scaling documentation. The final funding rate is now documented as scaled by 1/100, and the funding stream reflects the post-scaling value.See here, here, and here for further details
Docs Update
Added the fills channel and fill response payload documentation.See here for further details
Docs Update
Updated trades response to include execution_type.See here for further details
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
Docs Update
Updated get_user_trades endpoint to support more filtering.See here for further details
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
Docs Update
Added documentation for stop orders.See here, here and here for further details
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.
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
v0.0.10
You must now include order type in a modify orderSee here for further details.
v0.0.10
You must now subscribe to order responses.See here for further details.