# SportsX ## Docs - [SportsX: prediction exchange API and SDKs](https://docs.sportsxapp.com/index.md): SportsX gives you real-time market data, order placement, and live WebSocket feeds through a GraphQL API with official Python and C# SDKs. - [Authenticate with the SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/authentication.md): Log in with email and password, handle two-factor authentication, keep JWTs refreshed automatically, and manage terms-and-conditions acceptance. - [Configure the SportsX C# SDK and DI services](https://docs.sportsxapp.com/sdks/csharp/configuration.md): Register STX.Sdk with one DI extension method, supply environment-specific endpoints via appsettings, and wire up logging and geolocation. - [Handle errors and retries in the SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/errors-and-retries.md): Understand every typed exception STX.Sdk throws, how the built-in Polly retry policy works, and how to handle rate limits and session expiry correctly. - [Install the SportsX C# SDK via NuGet](https://docs.sportsxapp.com/sdks/csharp/installation.md): Add STX.Sdk to your .NET 8 project from NuGet, understand its transitive dependencies, and choose between hosted and script setups. - [Query market data with the SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/markets.md): Use STXMarketService and STXEventService to list markets, filter by sport or status, paginate results, and browse the sports and competitions catalog. - [SportsX C# SDK: .NET 8 trading SDK overview](https://docs.sportsxapp.com/sdks/csharp/overview.md): STX.Sdk is the official .NET 8 package for SportsX. Register all services with one DI call and get typed GraphQL clients and WebSocket channels. - [Get started with the SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/quickstart.md): Add STX.Sdk to a .NET 8 project, register services with one DI call, authenticate against staging, and place your first limit order. - [SportsX C# SDK API reference: services overview](https://docs.sportsxapp.com/sdks/csharp/reference.md): Every public service in STX.Sdk at a glance — method signatures, lifetimes, and real-time channels, with links to per-category detail pages. - [Account service — SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/reference/account.md): Complete method reference for STXProfileService, STXSettlementService, and STXTermsAndConditionsService, including response models and C# usage examples. - [Auth and 2FA service — SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/reference/auth-2fa.md): Complete reference for STXLoginService, STXTokenService, and the session background worker — parameters, response fields, exceptions, and C# usage examples. - [Market data service — SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/reference/market-data.md): Complete method reference for STXMarketService and STXEventService, including filter shapes, response models, and C# usage examples. - [Trading service — SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/reference/trading.md): Complete method reference for STXOrderService and STXTradeService: placing and cancelling orders, querying fills, real-time channels, and error handling. - [Fetch settlement history with the SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/settlements.md): Query your account's settlement history by type, market, or date range using STXSettlementService, and subscribe to live settlements via WebSocket. - [Place and manage orders with the SportsX C# SDK](https://docs.sportsxapp.com/sdks/csharp/trading.md): Use STXOrderService to place single and batch orders, cancel positions, and query fill history via STXTradeService with real-time channel support. - [Real-time channels with the SportsX C# WebSocket](https://docs.sportsxapp.com/sdks/csharp/websockets.md): Subscribe to Phoenix channels for live portfolio balance, order state changes, trade fills, market price ticks, and settlement events in your .NET app. - [Async HTTP](https://docs.sportsxapp.com/sdks/python/async.md): AsyncSTX — same surface as STX, awaitable, for bots and high-fanout services. - [Authentication](https://docs.sportsxapp.com/sdks/python/authentication.md): Email/password login, 2FA, environment variables, and profile files. - [Configuration](https://docs.sportsxapp.com/sdks/python/configuration.md): Regions, environments, profile files, and schema pinning. - [Errors & retries](https://docs.sportsxapp.com/sdks/python/errors-and-retries.md): Exception hierarchy, the built-in retry policy, and how to override it. - [Installation](https://docs.sportsxapp.com/sdks/python/installation.md): Supported Python versions, optional extras, and platform notes. - [Market data](https://docs.sportsxapp.com/sdks/python/markets.md): Query markets, settlements, and per-market account stats with field-level control over the response. - [Python SDK](https://docs.sportsxapp.com/sdks/python/overview.md): Official Python SDK for the SportsX trading API. - [Quickstart](https://docs.sportsxapp.com/sdks/python/quickstart.md): Install, authenticate, and make your first call in under five minutes. - [SportsX Python SDK API reference: all 51 operations](https://docs.sportsxapp.com/sdks/python/reference.md): A single-page Ctrl-F index of every query and mutation the SportsX Python SDK exposes, grouped by category with parameter signatures and return types. - [Account](https://docs.sportsxapp.com/sdks/python/reference/account.md): Account operations on the STX Python SDK. - [Auth & 2FA](https://docs.sportsxapp.com/sdks/python/reference/auth-2fa.md): Auth & 2FA operations on the STX Python SDK. - [Market data](https://docs.sportsxapp.com/sdks/python/reference/market-data.md): Market data operations on the STX Python SDK. - [Payments](https://docs.sportsxapp.com/sdks/python/reference/payments.md): Payments operations on the STX Python SDK. - [Trading](https://docs.sportsxapp.com/sdks/python/reference/trading.md): Trading operations on the STX Python SDK. - [Trading](https://docs.sportsxapp.com/sdks/python/trading.md): Place, cancel, and inspect orders; fetch trade history. - [WebSockets](https://docs.sportsxapp.com/sdks/python/websockets.md): Subscribe to Phoenix channels for real-time order and market updates.