Webhook Message

Empty Json

Your trade signal was empty. Please ensure that your trade signal contains valid JSON data with the necessary trade instructions. TradersPost requires this information to properly process and execute your trade.

This message indicates that we received a request to your webhook, but it did not contain any JSON. It was empty. Without any data, we cannot process the request. Please ensure that your webhook sends a JSON payload with the request.

The minimum payload requires both a ticker and action. Here is an example:

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

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