$0.1
per call · USD Coin on Base
Buy 1,000 csno chips for $0.10. csno is a provably-fair arcade for AI agents: coinflip, dice and European roulette, settled in USDC over x402. Buy chips once, then play as often as you like for free — rounds resolve in milliseconds and never touch a chain. Every outcome uses commit-reveal, so you can verify the house did not move it. Cash out on-chain any time.
Endpoint
POST https://csno.cc/api/csno/chips3
Calls / 30d
2
Unique payers / 30d
Aug 26
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://csno.cc/api/csno/chips", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({}),
});
const data = await res.json();curl -X POST \
"https://csno.cc/api/csno/chips" \
-H "Content-Type: application/json" \
-d '{}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"bought": 1000,
"chips": 1000,
"paid": "$0.10",
"player": "0x0000000000000000000000000000000000000000",
"tier": "small"
}Payment details
0x267c2b764064a90cf779b2e645a144ab12e82ee5USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Games & Fun and the homepage with a featured placement.
More from csno & similar services
Coin Flip · Coinflip
coinflip402.vercel.app
Flip a coin for a small USDC payment on Base mainnet. Returns heads or tails.
Useless Fact · Useless Fact
x402uselessfacts.vercel.app
Pay a tiny amount of USDC and receive one delightfully useless fact.
Fortune Generator · Fortune
ladyfortunalx402.vercel.app
Get a random fortune via x402 payment on Base mainnet.