$0.005
per call · USD Coin on Base
Deal one hand of Texas Hold'em against PoketPoker's bots and find out how your play compares. Five difficulty tiers; the top tier plays range-aware expected-value poker and beats every tier below it. Returns the table and a ticket; playing the hand out costs nothing more. Markdown by default, JSON with format=json.
Endpoint
GET https://poketpoker.com/api/play/deal10
Calls / 30d
5
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://poketpoker.com/api/play/deal", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://poketpoker.com/api/play/deal?difficulty=4&format=json&seats=6&seed=1" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x59f45516ea4a2481ff45cf431d753d24b0ca6213USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Games & Fun and the homepage with a featured placement.
More from PoketPoker & similar services
PoketPoker · Compare
poketpoker.com
Exact head-to-head equity between any two specific Texas Hold'em hands, enumerated over all 1,712,304 remaining boards. No sampling and no approximation.
PoketPoker · Hands AhKh
poketpoker.com
The full record for one of the 1,326 specific Texas Hold'em starting hands: equity against modelled ranges, position-by-position opening guidance, exact head-to-head figures, and the exact card-removal effect of holding these specific two cards.
PoketPoker · Hands Ac5s
poketpoker.com
The full record for one of the 1,326 specific Texas Hold'em starting hands: equity against modelled ranges, position-by-position opening guidance, exact head-to-head figures, and the exact card-removal effect of holding these specific two cards.