BlackJack Basic Strategy
An API that takes in your cards and the dealers upcard and outputs the optimal choice based on the well-known "Basic Strategy". It includes hitting, standing, doubling, splitting and surrendering.
BlackJack Basic Strategy endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
True Count /trueCount/{runningCount}/{decksRemaining} |
Use this endpoint to determine the True Count of the current card shoe. It takes in the running count of the game and the number of decks remaining in play and outputs the true… |
| GET |
Hard Totals /hard/{playerTotal}/{dealerUpcard} |
This is the endpoint to use when one does not have a pair (See 'Pairs' endpoint) or an Ace that represents as 11 (See 'Soft Totals' endpoint). For example, if one has a 5 and a 7… |
| GET |
Soft Totals /soft/{playerTotal}/{dealerUpcard} |
This endpoint is to be used when one has an Ace which represents an 11 EXCEPT for when one has a pair of Aces (See 'Pairs' endpoint). If one does not have an Ace which represents… |
| GET |
Pairs /pair/{pairOf}/{dealerUpcard} |
This endpoint is to be used when the player has a pair. With this endpoint, the total value of the player's cards are not to be input, but the value of the card which there are… |
BlackJack Basic Strategy pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $0.99 / month | — |
|
| ULTRA | $5.99 / month | — |
|
| MEGA | $12.99 / month | — |
|