⚡ Unified Gaming API Platform

One API for All
Casino Games

Integrate slot providers, live casino, sportsbook, and payment systems with a single, powerful API. Built for agents and developers.

🚀 Get Started 📖 View Documentation

Everything You Need

Complete casino infrastructure in a single platform

🎮

Multi-Provider Games

Access 50+ game providers through one unified API. Slots, live casino, sportsbook, and mini games.

💰

Transfer & Seamless

Support both transfer mode and seamless integration. Pick what works for your platform.

Real-Time Balance

Instant balance queries and transaction processing. Sub-second response times for all endpoints.

🎁

Free Spins & Bonuses

Apply free spins to any player. Control RTP per user. Full bonus campaign management.

🔐

Secure Authentication

API Key + JWT token authentication with IP whitelist, rate limiting, and permission controls.

📊

Analytics & Webhooks

Track usage, monitor transactions, and receive real-time webhook notifications for all events.

Simple Integration

Get started in minutes with clean, predictable API calls

integration-example.sh
# 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"}'

API Endpoints

19 endpoints covering every aspect of casino operations

POST
provider_list
List game providers
POST
game_list
Games by provider
POST
game_launch
Launch game URL
POST
money_info
Balance information
POST
user_deposit
Deposit to player
POST
user_withdraw
Withdraw from player
POST
user_withdraw_reset
Reset player balance
POST
call_apply
Apply free spins
POST
call_cancel
Cancel free spins
POST
call_history
Free spin history
POST
control_rtp
Set user RTP
POST
user_balance
Seamless balance