💸 Take advantage of our once-a-year Black Friday 40% off event for new subscribers or when upgrading your plan with code BF402025. Don't miss out!
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.