Integrate slot providers, live casino, sportsbook, and payment systems with a single, powerful API. Built for agents and developers.
Complete casino infrastructure in a single platform
Access 50+ game providers through one unified API. Slots, live casino, sportsbook, and mini games.
Support both transfer mode and seamless integration. Pick what works for your platform.
Instant balance queries and transaction processing. Sub-second response times for all endpoints.
Apply free spins to any player. Control RTP per user. Full bonus campaign management.
API Key + JWT token authentication with IP whitelist, rate limiting, and permission controls.
Track usage, monitor transactions, and receive real-time webhook notifications for all events.
Get started in minutes with clean, predictable API calls
# 1. Get JWT Token curl -X POST https://yourdomain.com/api/auth/token \ -H "Content-Type: application/json" \ -d '{"api_key": "ak_xxx", "api_secret": "sk_xxx"}' # 2. List Available Providers curl -X POST https://yourdomain.com/api/game/provider_list \ -H "X-API-Key: ak_xxx" \ -H "Authorization: Bearer eyJhbGci..." \ -d '{"agent_code": "myAgent", "method": "provider_list"}' # 3. Launch a Game for Player curl -X POST https://yourdomain.com/api/game/game_launch \ -H "X-API-Key: ak_xxx" \ -H "Authorization: Bearer eyJhbGci..." \ -d '{"agent_code":"myAgent","method":"game_launch", "game_id":"12345","user_code":"player1", "currency":"IDR","language":"en"}' # 4. Process Deposit curl -X POST https://yourdomain.com/api/transfer/user_deposit \ -H "X-API-Key: ak_xxx" \ -H "Authorization: Bearer eyJhbGci..." \ -d '{"agent_code":"myAgent","method":"user_deposit", "user_code":"player1","amount":100000, "agent_sign":"md5_signature"}'
19 endpoints covering every aspect of casino operations