Webhook Field

Expires at

Optionally specify when this trade signal should be marked as expired. This expiration is for informational purposes only and does not affect trade execution. You can enter:

  • An absolute date and time (e.g., "2023-12-31 23:59:59")
  • A relative date expression (e.g., "+5 minutes", "+1 hour", "+1 day")

The expiration time will be displayed to the user, helping them gauge the timeliness of the signal. However, users can still approve or reject the trade at their discretion, even after the specified expiration time. This field serves as a guideline rather than a strict limitation on trade execution.

Here is an example JSON payload with an expiresAt value:

{
    "ticker": "TSLA",
    "action": "buy",
    "expiresAt": "2024-12-31 23:59:59"
}

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