Place a stop-loss order
Place a stop-loss order
Authorizations
Bearer token used for protected REST API requests.
Body
Stop-order creation payload. All required fields are validated by service.orderapi.
Payload for creating a stop order.
Symbol to trade.
"FPT"
B for buy, S for sell.
B, S Trigger price.
Trigger condition comparing market price to stopPrice.
>=, <= Order type sent when the trigger fires. Frontend currently uses LO or MTL.
LO, MTL, MOK, MAK, ATC, ATO, BEST, OPPOSITE, LAST Limit price for LO orders; ignored or optional for market-style order types.
Order quantity sent after the trigger.
Trading account used for the order.
Response
Stop-order creation result.
Stop-order creation response.
Whether the stop order was validated, persisted, and published as a NEW stop-order event.
Result message. On success this is usually "Stop order placed successfully".
System stop-order id generated by service.orderapi. Use this id to get, modify, or cancel the stop order and to correlate stop-order execution reports. The full stop-order object is returned by the get stop-order API.
^STOP-"STOP-V1StGXR8_Z5jdHi6B-myT"

