Polymarket: New Market Listed
Triggers when a new prediction market is created on Polymarket. Optionally filter by keywords to catch specific topics.
Trigger Markets
Triggers when a new prediction market is created on Polymarket. Optionally filter by keywords to catch specific topics.
At a Glance
| Field | Value |
|---|---|
| Trigger ID | polymarket-new-market |
| Category | Markets |
| Tags | polymarket, prediction-market, new-market, discovery, trading, opportunity |
Trigger Configuration
| Field | Type | Required | Description |
|---|---|---|---|
keywords | array | No | Optional: filter by keywords in market question or description. At least one keyword must match. |
Trigger Result
| Field | Type | Required | Description |
|---|---|---|---|
triggeredAt | string | Yes | Timestamp when the new market was detected (UTC, RFC3339 format) |
market | object | Yes | New market information |
Workflow Root Example
json{ "nodes": { "root": { "type": "polymarket-new-market", "payload": { "keywords": [] }, "children": [ "log_event" ] }, "log_event": { "type": "log", "payload": { "message": "Triggered at {{$trigger.triggeredAt}}" }, "children": [] } }}
Downstream nodes can use {{$trigger.triggeredAt}} and any result fields listed above. Event triggers usually expose the raw source payload under a field such as event, body, trade, or raw.
