Skip to content

Webhooks#

Overview#

Webhooks can be created on specific strategies and their URLs can be provided to external systems to create external trading signals. The URL contains a secret webhook ID, so no extra authorization is required on a REST API invocation to a webhook.

This feature allows for TradingView integration with TradingView alerts and pine scripts.

In order to use webhooks you need: 1. Create a webhook 2. Provide url from the response (model WebhookIdAndUrl) to the external system which will create signals as it is described in the corresponding endpoint documentation.