Access the full 3 Oaks Gaming game catalog through the BigBang Casino aggregator — one signed REST integration, no separate certification or per-studio contract.
3 Oaks (rebranded from Booongo in 2023) specializes in the HOLD&WIN feature — coin-collect grid mechanics that produce frequent dopamine hits. The bonus-buy versions of their flagship titles are often the highest-RTP variants and a strong fit for sharp/value players.
Book of Sun: Multichance, 3 Coins Egypt, Dragon Pearls, Lord Fortune, Sun of Egypt, and the rest of the 3 Oaks Gaming catalog — all launchable via the aggregator's POST /launch endpoint.
Through the BigBang aggregator, 3 Oaks Gaming games are accessible the same way as any other supplier: a single GET /games?provider=3-oaks call returns the catalog, and game launches use a signed URL pattern that handles session, currency, and language in one place. No separate 3 Oaks Gaming integration to certify; no separate SLA to maintain.
# 1. List 3 Oaks Gaming games
curl https://api.bigbangcasino.bet/games?provider=3-oaks \
-H "X-API-Key: YOUR_KEY"
# 2. Launch a game
curl -X POST https://api.bigbangcasino.bet/launch \
-H "X-API-Key: YOUR_KEY" \
-d '{"game_code":"...","player_id":"abc123","currency":"EUR"}'