inNovaAPI

Introduction

Welcome to the WinNova API documentation

WinNova is a decentralized sports prediction platform powered by Polymarket. Our API allows you to programmatically access events, markets, orderbooks, and place bets.

Base URL

Production: https://api.winnova.pro

Get Started

New to the WinNova API? Follow the Quickstart Guide to make your first request in minutes.

Authentication

All authenticated endpoints require HMAC-SHA256 signed requests with your API Key and Secret. See Authentication for details.

Quick Overview

ResourceDescription
EventsBrowse sports events and competitions
MarketsGet market details and odds
OrderbooksReal-time orderbook depth
OrdersPlace bets, manage limit orders
PortfolioView positions and order history
WebSocketReal-time price and order updates

API Versioning

All endpoints are prefixed with /api/ext/v1/. Breaking changes will be introduced under a new version prefix.

Rate Limits

Default rate limit is 100 requests per minute per API Key. This can be configured per key. See Rate Limiting.