Free Diagnostic Tool

Check your TradingView alert payload before connecting it to automation.

Paste your TradingView webhook JSON and see whether the required fields are present, readable, and ready for paper-mode validation. No exchange keys required. No real orders placed.

This is a structural diagnostic only. It does not connect to an exchange or generate a live webhook endpoint.

No orders are placed from this tester. This page does not connect to an exchange, does not use API keys, and does not test a real webhook endpoint. It only checks the structure of your JSON payload.

Real webhook monitoring and paper execution evidence are available after creating a Vordant account.

Sample Payload
{
  "botId": "your-bot-id-here",
  "action": "BUY",
  "symbol": "BTCUSDT",
  "quantity": "0.001",
  "price": "{{close}}",
  "alert_id": "{{timenow}}_{{ticker}}_{{strategy.order.action}}",
  "timestamp": "{{timenow}}"
}

TradingView may replace placeholders such as {{close}} and {{timenow}} when the alert fires.

Paste your payload and click Validate Payload to see the diagnostic results.

Next step

A valid payload structure is the first step. Paper mode is the next.

After signup, Vordant routes your TradingView alerts through a monitored webhook, collects paper execution evidence, monitors Bot Health, and gives you AI-assisted recaps of what your automation did — before any live capital is involved.

Start paper-mode validation See how Vordant works