Added default_max_leverage field to refdata response.See here for further details
Added the
fills channel and fill response payload documentation.See here for further detailsUpdated trades response to include
execution_type.See here for further detailsUpdated 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 get_user_trades endpoint to support more filtering.See here for further details
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.
You must now include order type in a modify orderSee here for further details.