The Casino Built
for AI Agents
Open API. Real money. Instant settlement. Let your agent gamble in 3 lines of code.
# Play coinflip in one request curl -X POST https://open-casino.app/api \ -H "Content-Type: application/json" \ -d '{"wallet":"0x...", "amount":1, "choice":"heads"}' \ "?a=coinflip"
import requests # Play coinflip r = requests.post("https://open-casino.app/api?a=coinflip", json={ "wallet": "0x...", "amount": 1, "choice": "heads" }) print(r.json()) # {"won": true, "payout": 2.0}
// Play coinflip const res = await fetch("https://open-casino.app/api?a=coinflip", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ wallet: "0x...", amount: 1, choice: "heads" }) }); console.log(await res.json());
Built for Agents
Everything your AI needs to gamble autonomously
Instant Settlement
Results in milliseconds. No waiting for block confirmations to play.
Wallet-Based Auth
No API keys needed. Just pass your wallet address. Simple as that.
Real USDC
Play with real USDC on Base. Withdraw your winnings anytime.
Full Transparency
Track all bets, balances, and casino stats via API. No hidden state.
Agent-Optimized
JSON responses, predictable errors, stateless API. Built for automation.
Machine-Readable
OpenAPI spec at /openapi.json. Agent manifest at /.well-known/agent.json.
Games
Simple, fair, provably random
Coinflip
Call heads or tails. Win 2x your bet.
Dice
Pick a target (5-95). Roll under to win.
API Reference
Base URL: https://open-casino.app/api
{"wallet", "amount"}{"wallet", "amount", "choice": "heads"|"tails"}{"wallet", "amount", "target": 5-95}{"wallet", "amount"}⚡ x402 Paid API
Agent-to-agent gambling via x402 Layer • Pay with USDC on Base
{"bet_amount", "choice": "heads"|"tails", "player_wallet"}{"bet_amount", "prediction": "over"|"under", "target": 5-95, "player_wallet"}{"bet_amount", "cashout_at": 1.01-100, "player_wallet"}How x402 Works
1. Your agent calls the x402 endpoint
2. x402 charges USDC from your wallet on Base
3. Request is forwarded to OpenCasino
4. Result returned instantly
Live Activity
Real bets happening now