Access the full Platipus game catalog through the BigBang Casino aggregator — one signed REST integration, no separate certification or per-studio contract.
Platipus Gaming delivers a growing library of HTML5 slots known for clean visuals, strong math models, and modern bonus mechanics including hold-and-win, free spins with multipliers, and cascading reels. Their games target European and CIS markets with RTP typically ranging from 95% to 97%.
Caishen Wealth, Legendary Sumo, Great Ocean, Nile Treasures, Lucky Cat, Piggy Bank, and the rest of the Platipus catalog — all launchable via the aggregator's POST /launch endpoint.
Through the BigBang aggregator, Platipus games are accessible the same way as any other supplier: a single GET /games?provider=platipus call returns the catalog, and game launches use a signed URL pattern that handles session, currency, and language in one place. No separate Platipus integration to certify; no separate SLA to maintain.
# 1. List Platipus games
curl https://api.bigbangcasino.bet/games?provider=platipus \
-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"}'