Update Cross Exit Trigger
Endpoint for updating one bracket’s leg prices, leaving any others on the position untouched. At least one leg is required; cancel with DELETE. Trailing stops are not addressed by id — use the collection route with kind=trailing.
Authorizations
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Path Parameters
Ticker of the market whose position the trigger protects.
Identifier of a specific exit trigger, as returned by the list endpoint.
Query Parameters
Subaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0.
x >= 0Body
Response
Exit trigger set successfully
Unique identifier for this trigger.
Market the protected position is on.
Trigger family. bracket is a stop-loss / take-profit pair; trailing is a trailing stop whose stop level ratchets with the liquidation mark.
bracket, trailing pending_on_entry awaits an initial or further fill from the anchor order before arming — an order-anchored trigger returns here after closing its current quantity, so this status can follow active and carries a non-zero filled_count when it does. active is live and evaluated against the mark each tick. filled, failed, and canceled are terminal.
pending_on_entry, active, filled, failed, canceled, unknown Contracts this trigger closes when it fires. 0 means the whole position.
"10.00"
Contracts closed so far across fire attempts.
"10.00"
Why the trigger reached its terminal status.
user_canceled, position_closed, entry_not_filled, order_rejected, position_flipped Leg that fired the last time the trigger fired.
stop_loss, take_profit Order placed the last time the trigger fired. An order-anchored trigger keeps it after returning to pending_on_entry, so its presence does not mean the trigger is done.
Order this trigger follows, for order-anchored triggers. Cleared once that order reaches a terminal state, so use client_trigger_id to correlate a trigger with the request that made it.
The idempotency key the create supplied, for appending creates.
Stop-loss leg price. Bracket triggers only.
"0.5600"
Take-profit leg price. Bracket triggers only.
"0.5600"
Absolute trailing distance. Trailing triggers only.
"0.5600"
Trailing distance in basis points of the watermark. Trailing triggers only.
Most favorable liquidation mark seen since creation — the peak for long positions, the trough for short. Trailing triggers only.
"0.5600"
Level whose breach fires the stop: watermark minus the trail for longs, plus for shorts. Trailing triggers only.
"0.5600"