Home › Live casino API › Live blackjack API
Live dealer blackjack · updated 24 September 2026
Live blackjack API: seats, side bets and mid-round decisions
Blackjack is the live game that asks most of your wallet: a single hand can debit four or five times before it pays. This page explains the table formats, the rules that move the margin, and exactly what the integration has to handle.
In one paragraph. A live blackjack API is the launch-and-wallet integration that opens a studio’s dealer-hosted blackjack tables in your lobby. Through SoftAggregator it is the same game list, launch call and seamless-wallet contract as every other title. The blackjack-specific work is in the wallet: doubles, splits, insurance and side bets each arrive as separate debits inside one round, so your handler must accept many debits per round and de-duplicate on call_id alone.
Why blackjack is different from other live games
Roulette and baccarat take all bets before the round starts. Blackjack does not: the player decides mid-hand whether to double, split or insure, and every one of those decisions moves money.
That makes the round long and the wallet traffic uneven. A quiet hand is one debit and one credit. A split hand that is doubled after the split is four debits before the dealer has finished. Add a Perfect Pairs and a 21+3 side bet and the same round can carry six debits and three credits. If the wallet is built for “one bet, one result”, blackjack is where it fails first. Everything else about the tables — launch, streaming, white-label — works as described on our live casino API page.
What one live blackjack round does to your wallet
Exact grouping is the studio’s choice: some send side bets with the main bet, some separately. The safe assumption is the table above.
| Moment in the hand | Wallet call | Typical amount | If funds are short |
|---|---|---|---|
| Bets placed before the deal | debit | Main bet | error 1 — player cannot sit in this round |
| Side bets (21+3, Perfect Pairs) | debit, often separate | Side-bet stake | error 1 — side bet removed |
| Side bet resolves after first cards | credit | Side-bet win | Not applicable |
| Insurance offered on a dealer ace | debit | Up to half the main bet | error 1 — insurance declined |
| Double down | debit | Equal to the main bet | error 1 — hand continues undoubled |
| Split | debit | Equal to the main bet, per split | error 1 — hand continues unsplit |
| Hand resolves | credit (one or several) | Win, push refund or blackjack payout | Not applicable |
Table formats: seated, infinite and the rest
The seat model decides who can play and when. Operators who pick tables only by name end up with a lobby of full tables at 9 pm.
- Seated classic tables. Usually seven seats. When they fill, many studios let other players bet behind a seated player, sharing that player’s decisions. Higher minimums, more authentic feel.
- Infinite or common-draw tables. Every player receives the same starting hand and then plays their own decisions. Evolution describes its Infinite Blackjack as offering unlimited seats with low bet limits. Nobody is ever turned away.
- Multiplier formats. Evolution’s Lightning Blackjack guarantees a multiplier of 2x to 25x on a winning score, applied in the next round, and also seats an unlimited number of players. Formats like this usually change the base payouts or charge a fee to fund the multiplier.
- Speed tables. Decisions are taken in the order players make them rather than seat by seat, shortening the round.
- Rule variants. Free-bet, Power or Switch-style tables change doubling and splitting rules; they are popular and their help screens repay reading.
- VIP and salon tables. High limits, fewer seats, often a dedicated dealer.
The rules that move the margin
Blackjack played with basic strategy has one of the lowest house edges in the casino, commonly quoted at around half a percent under good rules. Small rule changes move it enough to matter.
- Blackjack payout. 3:2 is standard; 6:5 adds roughly 1.4 percentage points to the house edge. Avoid featuring 6:5 tables to experienced players.
- Soft 17. A dealer who hits soft 17 adds about 0.2 points compared with one who stands.
- Decks. Live tables usually deal from eight decks, with a cut card or a continuous shuffle; more decks add a little to the edge.
- Side bets. They carry a far higher edge than the main game, which is why they are on every table. They also add debits.
Observed return on your own blackjack tables will be close to 100%, and it will move with the side-bet share. Per-game bets, wins and GGR in the operator backend let you watch that over a month rather than reacting to a single evening.
Latency and decision timers
Every blackjack decision has a timer, and some of those decisions are debits. A double that is answered too slowly is a double that did not happen, and a seated player who stalls holds up the table for everyone.
Keep the debit handler fast and predictable: a lookup and a write, nothing more. The video stream comes from the studio to the player directly and is not affected by your servers, but the moment the player presses “double” is a round trip to your wallet. Pass device whenever you open a table — our docs warn that certain platforms reject launches missing it — because the mobile client is where most blackjack is played.
Bet limits, currency and restricted markets
Limits are set per table and per currency. The catalogue and currencies evolve continuously; the up-to-date list is always in the API. Whichever currency travels with your launch request selects the limit set the player sees.
Seated tables typically carry higher minimums than infinite ones, so a low-stakes market is usually better served by infinite and speed formats. Currency is locked to a player from creation onwards; your enabled currencies come back from getCurrencies. On real-money launches include the player’s country, so that a studio without a licence there declines up front with an explanatory error instead of leaving someone stuck at a table.
Round history and disputes
Blackjack disputes are nearly always one of two questions: “was I charged for the double?” and “why did the dealer do that?”. Our API answers the first; the studio answers the second.
getPlayerHistory merges every wallet leg of a round into one line: total bet, total win, net, how many legs, whether it was rolled back, plus start and end times; you can narrow it by period, title or round, at most 500 lines a page. That legs count earns its keep here — a hand with a split and a double stands out at once. Cards are absent from the record: outcomes stay inside the game client and our wallet layer never sees them.
Choosing a live blackjack API provider
The questions that separate providers are practical ones, and they can be answered before you sign:
- Are the seated tables full at your peak hour, and is bet-behind available when they are?
- What does the limit ladder look like in your currency, not in euros?
- How do doubles, splits, insurance and side bets appear in the wallet — separate debits or grouped?
- Can you read the wallet specification before contact?
- How are cancelled rounds reversed — flagged rollbacks, or silent corrections?
Our answers are in the public API documentation and on the seamless wallet page: separate calls, each with a unique call_id, reversals flagged with rb=1. For the wider decision between an aggregator and contracting live studios yourself, see aggregator vs direct integration. The other live table pages are live roulette and live baccarat, and the overview is the live dealer API.
Live blackjack API — questions operators ask
How many debits can one live blackjack hand produce?
More than operators expect. The initial bet, each side bet, a double, a split and an insurance bet can each arrive as a separate debit in the same round, followed by one or more credits when the hand resolves. They all carry the same round id, with a distinct call_id apiece. A wallet that assumes one debit per round will break on the first split.
What happens if the player cannot afford to double or split?
Your wallet answers the extra debit with error 1 and the current balance, as for any insufficient-funds case. The game refuses the double or split and play continues with the original hand. Nothing is rolled back, because only the refused movement is affected.
What is the difference between seated and infinite blackjack tables?
A seated table has a fixed number of seats, usually seven, and players who cannot sit can often bet behind a seated player. An infinite or common-draw table deals one shared starting hand to an unlimited number of players, each of whom then plays their own decisions. Seated tables feel exclusive and fill up; infinite tables never turn a player away and usually have lower limits.
Can I get the cards dealt through the API for dispute handling?
No. Our getPlayerHistory method returns the money side of every round — stake, win, net, the number of wallet legs and a rollback flag — but the cards are produced inside the game and never reach the wallet side of the integration. Most disputes are about payment, which the round record answers; a dispute about a dealing decision goes to the studio’s own round replay.
How do I choose a live blackjack API provider?
Check four things before the game count: whether seated tables are full at your peak hours, what the limit ladder looks like in your currency, how doubles and splits appear in the wallet, and whether the provider documents all of that publicly. Our documentation is public for that reason.
Do blackjack rules change the house edge much?
Yes. A table paying 6:5 on blackjack instead of 3:2 adds more than a full percentage point to the house edge, and the dealer hitting or standing on soft 17 moves it by roughly two-tenths of a point. Read the rules panel of each table before featuring it.
Sources and last update
Descriptions of Infinite and Lightning Blackjack reflect what Evolution itself publishes; they illustrate the market. Rule effects on the house edge are the figures commonly published for eight-deck blackjack. Anything said here about our own API can be checked line by line in the documentation.
- Evolution, published pages for Infinite Blackjack and Lightning Blackjack (games.evolution.com). Checked 24 September 2026.
- Our docs: launch parameters, currency list, round history, callback contract (reviewed 24 September 2026).
Last reviewed: 24 September 2026. Corrections are welcome at [email protected].
Open live blackjack tables under your brand
Check the wallet contract in our docs, then request operator access and test a split hand end to end before you go live.
Request operator access