Added
Adds advanced_instructions for Direct Market Access (DMA) orders
July 15th, 2026
Broker API
Adds a new advanced_instructions object to the create-order and replace-order request bodies for Direct Market Access (DMA) routing.
- New
AdvancedInstructionsschema withalgorithm(enum:DMA),destination, anddisplay_qty. - Supported
destinationvalues areIEXandMEMX. - DMA orders are only available to partners/correspondents enabled for DMA.
- Request-only: the order response schema is unchanged.
Affected Endpoints
POST /v1/trading/accounts/{account_id}/ordersPATCH /v1/trading/accounts/{account_id}/orders/{order_id}