Release v1.1.0
over 2 years ago by Ken
RELEASE DATE: 17-03-2023
Released improvements for trading as a maker on the exchange.
REST API Changelog
POST /orders
- Orders can only be submitted with the use of an API key now.
- New
post_onlyfield, which guarantees that a submitted order would be a maker order, or be rejected if not.
GET /mmp
- New
triggeredfield, which istruewhen the account goes under MMP. - New
amount_changefield returns the amount of contracts filled under the current interval. - New
delta_limitfield for the delta limit MMP setting. - Renamed
amounttoamount_limitfor clarity.
POST /mmp
- Renamed
amounttoamount_limit. - New
delta_limitfield which allows makers to set the maximum change in absolute delta in an interval. It is an unsigned float.
Other MMP changes
- MMP (either with
amount_limitordelta_limit) is only triggered by orders created with thepost_onlysetting.
POST /api-key
- API key creation can be done programmatically now.
- You can whitelist a list of IP addresses (
ip_addresses) that can use the API key. - You can assign
read_onlypermission to an API key.
DELETE /api-key
- API keys can be deleted with the use of another API key.
Websocket API Changelog
SUBSCRIBE Positions
- Renamed
greeksobject tooption - Removed
gammafrom theoptionobject - Added
striketo theoptionobject - Added
option_typeto theoptionobject - Added
expiryto theoptionobject - Added
assetto thepositionobject - Added
sideto thepositionobject - Added
avg_entry_priceto thepositionobject - Added
unrealized_pnlto thepositionobject - Added
maintenance_marginto thepositionobject