HomeProviders › Inout Games

Inout Games API Integration

Access the full Inout Games game catalog through the BigBang Casino aggregator — one signed REST integration, no separate certification or per-studio contract.

Provider 30+ titles · Crash, Instant, Mines, Dice

About Inout Games

Inout Games is one of the strongest crash/instant-game studios for crypto operators. Their crash and mines variants are configurable on the operator side (max multiplier, mine count) which gives risk-management flexibility you don't get from black-box vendors.

Notable Inout Games titles

Crash, Mines, Plinko, Dice, Tower, Limbo, and the rest of the Inout Games catalog — all launchable via the aggregator's POST /launch endpoint.

How the integration works

Through the BigBang aggregator, Inout Games games are accessible the same way as any other supplier: a single GET /games?provider=inout-games call returns the catalog, and game launches use a signed URL pattern that handles session, currency, and language in one place. No separate Inout Games integration to certify; no separate SLA to maintain.

# 1. List Inout Games games
curl https://api.bigbangcasino.bet/games?provider=inout-games \
  -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"}'

What's included

Get aggregator access Integration docs