Webhook Message

Invalid Breakeven Offset

The provided breakevenOffset is invalid. When action is breakeven and breakevenOffset is provided, it must be a number between 0.001 and 100.

This message indicates that the breakevenOffset value is invalid. When action is breakeven and breakevenOffset is provided, it must be a number between 0.001 and 100 (in the position’s quote currency). The value is applied as a dollar offset from the position’s average entry price (added for long positions, subtracted for short positions).

Invalid examples: 0, 0.0001, or 101 will trigger this error.

Valid example with offset:

{
    "ticker": "SPY",
    "action": "breakeven",
    "orderType": "stop",
    "breakevenOffset": 5
}

To exit at exact average entry with no offset, omit breakevenOffset from the payload and leave the strategy’s Exit breakeven offset blank, or rely on the strategy’s configured offset.

Start trading at scale today. Sign up for free.

Free 7-day trial

Set-up in 3 minutes

Paper account for testing

Start now