When an event or market is opened or closed, all registered webhooks receive an HTTP POST with the following JSON body.Documentation Index
Fetch the complete documentation index at: https://docs.nevua.markets/llms.txt
Use this file to discover all available pages before exploring further.
Payload Schema
| Field | Type | Description |
|---|---|---|
type | string | Always "event_status_notification" |
eventId | string | The event ID |
eventTitle | string | Event title |
marketId | string? | Market ID (present when eventStatusScope is "Market") |
marketQuestion | string? | Market question text |
outcomes | string? | JSON-encoded outcomes array (present on close) |
outcomePrices | string? | JSON-encoded outcome prices (present on close) |
polymarketSlug | string | Polymarket event slug |
eventStatusScope | string | "Event" or "Market" |
triggerType | string | "Open" or "Closed" |
detectedAt | string | ISO 8601 timestamp of detection |
Example Payload
Delivery Details
- Method: HTTP POST
- Content-Type:
application/json - User-Agent:
NevuaMarkets-Webhook/1.0 - Timeout: 5 seconds per attempt
- Retries: Up to 3 attempts (1 second apart)