Skip to main content
When an event or market is opened or closed, all registered webhooks receive an HTTP POST with the following JSON body.

Payload Schema

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)
Your webhook endpoint should respond with a 2xx HTTP status code within 5 seconds to indicate successful receipt.