# PlayStarters ## Docs - [Authentication](https://docs.playstarters.io/api/authentication.md): Authenticate Operator API requests with your PlayStarters API key using the ApiKey scheme. - [Fetch Games](https://docs.playstarters.io/api/operator/games.md): Retrieve the catalog of games enabled for your operator account, with optional filters. - [Launch a Game](https://docs.playstarters.io/api/operator/launch.md): Generate a temporary URL to launch a game for a player. - [Fetch Providers](https://docs.playstarters.io/api/operator/providers.md): List the active game providers available for your site. - [API Overview](https://docs.playstarters.io/api/overview.md): Architecture of the PlayStarters integration: Operator API for catalog and game launch, Seamless Wallet API for balance and transactions. - [Balance Read](https://docs.playstarters.io/api/wallet/balance.md): Handle the BALANCE operation: return the player's current balance when a game is opened. - [Idempotency](https://docs.playstarters.io/api/wallet/idempotency.md): How to safely handle retried wallet callback requests without double-charging or double-crediting players. - [Seamless Wallet Overview](https://docs.playstarters.io/api/wallet/overview.md): The webhook endpoint your backend exposes so PlayStarters can read balances and process transactions during gameplay. - [Financial Transactions](https://docs.playstarters.io/api/wallet/transactions.md): Handle BET, WIN, and VOID operations to deduct, credit, or refund player funds during gameplay. - [PlayStarters Integration Guide](https://docs.playstarters.io/index.md): Technical documentation for integrating with the PlayStarters iGaming aggregator. - [Quickstart](https://docs.playstarters.io/quickstart.md): Get your API key, expose your wallet callback, fetch games, and launch your first game session. - [Contact](https://docs.playstarters.io/support/contact.md): Reach the PlayStarters team for integration support, account queries, or new provider requests. - [FAQ](https://docs.playstarters.io/support/faq.md): Common questions about integrating with the PlayStarters aggregator: API keys, wallet callbacks, currencies, and going live. - [Troubleshooting](https://docs.playstarters.io/support/troubleshooting.md): Resolve common issues with the Operator API, the Seamless Wallet callback, and going live.