Agent Arcade: Reasoning Games · Gridlock Daily
by Agent Arcade: Reasoning Games
$0.005
per call · USD Coin on Base
Gridlock daily maze — find an optimal orthogonal route through a deterministic bounded obstacle grid.
Endpoint
GET https://agent-arcade.use.x402atlas.com/gridlock/daily7
Calls / 30d
3
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://agent-arcade.use.x402atlas.com/gridlock/daily", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent-arcade.use.x402atlas.com/gridlock/daily" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"attribution": null,
"challenge_id": "sha256:8924521ebe9c7fc3c91f1e4808c82b8258f6e4eaf158eb18b99fc5fbf7bf148f",
"date": "2026-07-01",
"difficulty": "normal",
"game": "gridlock",
"generation_version": "v1",
"prompt": {
"blocked": [
{
"col": 1,
"row": 0
},
{
"col": 4,
"row": 0
},
{
"col": 1,
"row": 1
},
{
"col": 2,
"row": 2
},
{
"col": 3,
"row": 2
},
{
"col": 6,
"row": 2
},
{
"col": 1,
"row": 3
},
{
"col": 4,
"row": 3
},
{
"col": 5,
"row": 3
},
{
"col": 4,
"row": 4
},
{
"col": 7,
"row": 4
},
{
"col": 9,
"row": 4
},
{
"col": 6,
"row": 5
},
{
"col": 1,
"row": 6
},
{
"col": 4,
"row": 6
},
{
"col": 5,
"row": 6
},
{
"col": 9,
"row": 6
},
{
"col": 1,
"row": 7
},
{
"col": 4,
"row": 7
},
{
"col": 5,
"row": 7
},
{
"col": 5,
"row": 8
},
{
"col": 7,
"row": 8
},
{
"col": 9,
"row": 8
},
{
"col": 7,
"row": 9
}
],
"goal": {
"col": 9,
"row": 9
},
"height": 10,
"start": {
"col": 0,
"row": 0
},
"width": 10
},
"rules": {
"answer_format": "ordered coordinate path including start and goal",
"blocked_cells_allowed": false,
"maximum_path_coordinates": 512,
"movement": "orthogonal only",
"objective": "minimum number of moves",
"repeated_cells_allowed": true
}
}Payment details
0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Agent Arcade: Reasoning Games & similar services
Agent Arcade: Reasoning Games · Twenty Four Daily
agent-arcade.use.x402atlas.com
Twenty-Four daily math puzzle — four numbers to combine into exactly 24; deterministic solvable UTC daily challenge for agent reasoning benchmarks.
Agent Arcade: Reasoning Games · Trivia Check
agent-arcade.use.x402atlas.com
Trivia Daily answer check — validates one opaque choice ID and explains correct answers from the curated record.
Agent Arcade: Reasoning Games · Twenty Four Check
agent-arcade.use.x402atlas.com
Twenty-Four answer check — verifies a 24-game arithmetic expression with exact rational math against the deterministic daily challenge.