Webhook Message

Invalid Asset Class

Invalid asset class.

This message indicates that the ticker symbol specified in the webhook request does not match the webhooks configured asset class. For example, if you have your webhook configured to only allow Stocks tickers and you send a Futures symbol like this, then you will receive this error.

{
    "ticker": "MNQZ2024",
    "action": "buy",
}

Send a valid stocks ticker to the webhook to resolve this error:

{
    "ticker": "AAPL",
    "action": "buy",
}

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