Webhook Message

Invalid Ticker And Option Type

Invalid ticker symbol and option type combination. The option type of the contract symbol must match optionType.

This message indicates that the combination of the ticker symbol and optionType provided in the request is invalid. TradersPost requires that the option type of the contract symbol must match the specified optionType. If the combination does not match, the request will not be processed.

Invalid ticker and optionType example where the ticker symbol is a call and optionType is put:

{
    "ticker": "AAPL 210121C325",
    "action": "buy",
    "optionType": "put"
}

Valid ticker and optionType example:

{
    "ticker": "AAPL 210121C325",
    "action": "buy",
    "optionType": "call"
}

In the above examples, a valid combination of ticker symbol and optionType ensures that the request meets the required parameters for processing.

Ready to automate your trading? Sign up for free today.