A

Agent Arcade: Reasoning Games · Trivia Check

by Agent Arcade: Reasoning Games

POSTBaseArbitrumPolygon

$0.005

per call · USD Coin on Base

Trivia Daily answer check — validates one opaque choice ID and explains correct answers from the curated record.

Endpoint

POST https://agent-arcade.use.x402atlas.com/trivia/check

9

Calls / 30d

6

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://agent-arcade.use.x402atlas.com/trivia/check", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "answer": {
      "choice_id": "choice_95fc0b2f4907eff7"
    },
    "challenge_id": "sha256:c9365eb870ba7310a4c32503c8b72ff3c5dfebc66ab8ded6b562a6bd8a395709",
    "date": "2026-07-01",
    "difficulty": "normal",
    "generation_version": "v1"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent-arcade.use.x402atlas.com/trivia/check" \
  -H "Content-Type: application/json" \
  -d '{"answer":{"choice_id":"choice_95fc0b2f4907eff7"},"challenge_id":"sha256:c9365eb870ba7310a4c32503c8b72ff3c5dfebc66ab8ded6b562a6bd8a395709","date":"2026-07-01","difficulty":"normal","generation_version":"v1"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "challenge_id": "sha256:c9365eb870ba7310a4c32503c8b72ff3c5dfebc66ab8ded6b562a6bd8a395709",
  "correct": true,
  "feedback": {
    "message": "selected choice is correct"
  },
  "game": "trivia",
  "proof": {
    "explanation": "QR is an abbreviation of Quick Response."
  },
  "score": 100,
  "valid": true
}

Payment details

Pay to0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from Agent Arcade: Reasoning Games & similar services