Changelog
All notable changes to the DLTM Derivatives API.
This changelog follows Keep a Changelog conventions.
2026-04-09 — v1.2.0
Breaking changes
- Removed
stop_pricefield from all order schemas — replaced bytrigger_price,stop_loss_price,take_profit_price, andtrigger_price_type - Removed
stop_pricefrom amend order request stop_lossandtake_profitorder types now usetrigger_priceinstead of the removedstop_price
Added
- New order types:
stop_loss_limit,take_profit_limit,take_profit_stop_loss trigger_pricefield — trigger price for stop_loss, stop_loss_limit, take_profit, take_profit_limit ordersstop_loss_pricefield — stop-loss price for take_profit_stop_loss combo orderstake_profit_pricefield — take-profit price for take_profit_stop_loss combo orderstrigger_price_typefield —trade_price(for stop/TP types) ormark_price(for combo type)- Mechanical types
stop_marketandstop_limitin order responses and WebSocket updates - Advanced orders now included in list open orders response
- Server-side validation of required fields and allowed trigger price types per order type
Fixed
- WebSocket
ordersandtradestopics no longer require a symbol suffix — aligned implementation with documented per-account behavior
2026-04-03 — v1.1.0
Breaking changes
- All enum values are now snake_case (e.g.
MarginCall→margin_call,StopLoss→stop_loss,Buy→buy) - Renamed
/customers/{code}/leverageto/customers/{code}/margin-profile - Removed
/customers/{code}/risk-limitsendpoint - Removed
realised_pnlfrom account summary response - Removed
expiryfield andFuture/Optionfrom instrument types - Removed
typequery parameter from/instruments - Transaction types changed: removed
funding_payment,realised_pnl,adjustment; addedsettlement,funding,auto_deleveraging
Added
typefield on customer trades (trade,liquidation,auto_deleveraging)initial_marginandmaintenance_marginfields on margin profilesettlementandfundingtransaction types from collateral adjustmentsbeforepagination parameter for historical trades
Fixed
- Historical trades now default to
sort=ascand validate requiredfrom/toparameters - Currency fields now correctly show
USDCinstead ofUSD - WebSocket
tradestopic is now per-account (no symbol suffix required)
2026-03-31 — v1.0.0
Added
- Initial public release