Create a watchlist subscription
This endpoint creates a subscription that monitors all existing and newly added markets in a watchlist.
When the rule condition is met, the subscription will make a POST request to all the configured webhooks. See the Webhooks documentation for more details on the webhook payloads.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the watchlist to create a subscription for
Body
The scope of the subscription. Currently only Watchlist is supported.
Watchlist A 'New or closed events and markets' rule will fire an alert when new events and markets are created or when existing ones close.
This rule is always Recurring and will fire as soon as a market/event status change is detected.
- Event and Market Status Changes
- Crossing
- Crossing Up
- Crossing Down
- Crossing Step
- Greater Than
- Less Than
The channels to send the alert to.
Response
Subscription created successfully