VALENTINE’S SALE: ON. Take 30% off with code BEMYVALENTINE30 and show your trading some love before it expires.
Webhook Message

Empty Ticker Name

The ticker field is empty. A valid ticker symbol must be provided for the trade signal.

This message indicates that we received a request to your webhook and it did contain valid JSON, but the ticker name was empty. Without a ticker name, we cannot process the request. Please ensure that your webhook sends a JSON payload with a ticker name.

Invalid JSON with empty ticker parameter:

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

Valid JSON:

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

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