Request access
Contact the PlayStarters team to receive:
- Your Operator API key (format:
ps_<your_api_key>). - The base URL for the Operator API.
- A wallet key to authenticate incoming calls from PlayStarters to your wallet callback.
Expose your wallet callback
Implement a single
POST endpoint on your backend (e.g. https://api.yoursite.com/wallet-callback) that handles BALANCE, BET, WIN, and VOID operations.Share the URL with the PlayStarters team. See Seamless Wallet API for the contract.Fetch the games catalog
Call the Operator API to retrieve the list of providers and games enabled for your site.See Fetch games for filters and response schema.
Launch a game
