Developer resources
Find practical guidance for onboarding, integration, and scaling your game platform with best practices and real-world examples.
Getting started
Register a client account, generate API keys, and configure your webhook URL. The portal gives immediate access to wallet data, transactions, and game configurations.
Integration checklist
- 1. Register as a client and verify your access.
- 2. Generate an API key from the client dashboard.
- 3. Set up authentication headers for all requests.
- 4. Implement player creation and balance checks.
- 5. Connect the game launch API and handle game results.
- 6. Configure deposit verification and withdrawal approval flows.
Best practices
Use secure server-side calls for wallet and game operations, validate all request parameters, and store API keys safely. Keep transaction history for auditing and reconcile deposit reports daily.
Security guidance
Always use HTTPS, restrict allowed IPs when possible, and avoid exposing secret credentials in client-side code. Monitor API logs and use webhooks for real-time event notification.
Deployment recommendations
Deploy on a reliable PHP host or cloud server, configure MySQL with regular backups, and enable error logging. For production use, set display_errors to off and keep error logs protected.