Release v1.1.1
over 2 years ago by Ken
RELEASE DATE: 19-04-2023
Added additional information for orders.
General
- Improved websocket stability.
REST API Changelog
/trade-history
trade_idfield now shows a unique ID instead of order ID. Length of trade_id is fixed at 44 characters. Eg.DwmDn5XnEyiqx5AB5CM4W8bgD137ASX4Lz1XWBWDYHn8- Added field order_id to show the corresponding order for the trade
- If you are on the taker side of the trade, your trade will no longer be aggregated. Eg. if your order matches with 3 open orders on the book, your trade history will show 3 new trades, instead of a single aggregated trade.
- Changed
amountforsettlementto be an unsigned float string.
/instrument/{instrument_name}
- Added the
total_volumefield, which is the total volume in USDC traded for the instrument.
Websocket changelog
SUBSCRIBE orderbook
- Order IV is added to the array.
- An order on the orderbook would look like this:
[["1", "10", "0.85"]].
SUBSCRIBE fills
- Added
trade_idfield to identify the trade. - Fixed the
feefield to be a float string, instead of an integer.
SUBSCRIBE orders
- Added
timestampfield for create and cancel orders. - Added the
system_typefield, which is eitherAPIorWEB. - Added the
expiry,strikeandoption_typefield