Release v1.1.4
over 2 years ago by Ken
RELEASE DATE: 06-06-2023
Added support for manually flagging orders for MMP. Miscellaneous changes around adding multi-asset support.
Important
Currently, all post-only orders are included as MMP triggers by default. Starting from 13th June, only orders tagged with mmp: true are considered for MMP.
Market making participants are encouraged to pass in the mmp parameter when quoting.
REST API Changelog
GET /account
- Renamed
fee_structuretofee_structures - Modify the response format for fee_structures to array of objects. It will now indicate the maker/taker fee of each asset and instrument type.
POST /orders
- Added the
mmpparameter
POST /order/<id>
- Added the
mmpparameter
GET /mmp
- Added the
assetquery parameter, which defaults to"ETH"
POST /mmp
- Added the
assetparameter, which defaults to"ETH"
POST /reset-mmp
- Added the
assetparameter, which defaults to"ETH"
Websocket API Changelog
PUBLISH Create Order
- Added
mmpparameter
PUBLISH Edit Order
- Added
mmpparameter