Welcome to SportsQuant API
The SportsQuant API allows developers to integrate prediction market functionality into their applications. Our RESTful API provides access to market data, trading operations, and real-time updates.OpenAPI Specification
View the complete OpenAPI specification
Authentication
All API endpoints require authentication using API keys. You can generate API keys from your SportsQuant dashboard.API Key Authentication
Include your API key in the request headers:Rate Limits
- Free tier: 1,000 requests per hour
- Pro tier: 10,000 requests per hour
- Enterprise: Custom limits
Base URL
Response Format
All API responses follow a consistent JSON format:Error Handling
The API uses standard HTTP status codes:200- Success400- Bad Request401- Unauthorized403- Forbidden404- Not Found429- Rate Limit Exceeded500- Internal Server Error