For operators & platforms

Launch KD games on your platform

One REST API connects your casino, sportsbook or aggregator to our entire catalogue — with a seamless wallet, certified builds and real-time reporting. Most partners go live in under a week.

One API, whole catalogue

A single integration unlocks every current and future KD title. No per-game work, ever.

Seamless wallet

Players bet from their existing balance. Implement four idempotent endpoints and you're done.

Certified & compliant

Independently tested RNG, provably-fair crash logic and builds ready for regulated markets.

Real-time reporting

Pull bets, GGR, RTP and player activity via API or stream events to your data warehouse.

White-label ready

Match your brand with configurable themes, currencies, limits and localized game variants.

24/7 partner support

A dedicated integration engineer, 99.9% uptime SLA and round-the-clock monitoring.

How integration works

From contract to live in four steps

We've kept the path to production deliberately short. Your engineers implement one wallet contract; we handle game logic, RNG, rendering and certification.

1

Sign & get sandbox keys

Complete the commercial agreement and receive sandbox API credentials the same day.

2

Implement the wallet API

Build four endpoints — balance, debit, credit, rollback — all idempotent and signed.

3

Certify in sandbox

Run our automated test suite, validate reconciliation, and pick the games you want.

4

Switch to production

Swap to production keys and launch. Add or remove titles any time from the dashboard.

1 · create a game session
// Your server → KD RGS
POST https://api.kdgames.com/v1/sessions
Authorization: Bearer $KDGAMES_KEY

{
  "game":     "aviator",
  "player":   "player_8842",
  "currency": "USD",
  "locale":   "en",
  "mode":     "real"
}

// → { "launchUrl": "https://play.kdgames.com/..." }
2 · we call your wallet
// KD → your wallet, on every bet
POST https://your-platform.com/wallet/debit

{
  "player":   "player_8842",
  "amount":   5.00,
  "currency": "USD",
  "round":    "rnd_5f3a...",
  "txId":     "tx_91c0..."  // idempotent
}

// You reply → { "balance": 245.00 }
Technical overview

Integration at a glance

Everything your engineering team needs to scope the work. Full reference docs are shared with sandbox access.

Protocol

  • REST over HTTPS, JSON payloads
  • Bearer-token & HMAC request signing
  • Separate sandbox & production hosts

Game delivery

  • HTML5, served via iframe or direct URL
  • Portrait & landscape, mobile-first
  • Loads in under 120 ms on 4G

Wallet

  • Seamless (single) wallet model
  • Balance · debit · credit · rollback
  • Idempotent, fully reconcilable

Data & reporting

  • Reporting API for bets, GGR & RTP
  • Real-time event webhooks
  • Per-game, per-market segmentation

Compliance

  • Independently certified RNG
  • Provably-fair crash verification
  • Built-in responsible-gaming limits

Operations

  • 99.9% uptime SLA
  • Dedicated integration engineer
  • 24/7 monitoring & support
10+Games available
25+Markets live
4Wallet endpoints
7 daysAvg. time to live
Questions

Operator FAQ

How long does integration take?
Most partners complete the wallet integration and certify in sandbox within 5–7 working days. The bulk of the effort is implementing four idempotent wallet endpoints — everything else is handled by our RGS.
Which wallet models do you support?
We support a seamless (single) wallet, where bets and wins are settled against the player's balance on your platform in real time via signed, idempotent callbacks. Transfer-wallet setups can be discussed for specific cases.
Are the games certified for regulated markets?
Yes. Our RNG is independently tested and our crash titles use provably-fair logic players can verify. We provide certification documentation and support market-specific compliance requirements.
Can we customise games for our brand?
Builds support configurable currencies, languages, bet limits and responsible-gaming controls, plus selected branding options. We also ship region-specific titles such as Cricket Crash for targeted markets.
What reporting do we get?
A reporting API and real-time webhooks expose bets, GGR, RTP and player activity, segmented by game, market and player. You can pull data on demand or stream events into your own warehouse.
Do you provide demo / fun-play mode?
Every title ships with a free demo mode using virtual credits — exactly like the playable demos on this site — so you can showcase games to players before they deposit.
Get in touch

Let's get your players a golden edge

Tell us about your platform and we'll set you up with sandbox access and a demo account. Our partnerships team replies within 24 hours.

  • Sandbox keys issued same day
  • Dedicated integration engineer
  • No setup fees to evaluate

This demo form doesn't send data anywhere — wire it to your CRM in production.