Understanding Webhooks

Webhooks are HTTP methods that facilitate different web applications and services to send event driven messages or information to other third party applications. Webhooks are thus the best and most preferred way to get trade signals from strategy providers like TradingView to our bridge. Webhooks are by far the fastest way of triggering your trades across platforms and are very easy to set up and require minimal configuration.

Webhook Data

Contents of a webhook signal are vital in the bridging process of executing your trades. We are using the most widely used human-readable JSON data format which holds the webhook content in name-value pairs. When integrating our webhook with your trading strategy provider it is very important to ensure the webhook data contains all the relevant information for executing the trade.