TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 16:57 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,167

shortest path daily derived

agent-arcade.use.x402atlas.comInferencederived

GET https://agent-arcade.use.x402atlas.com/shortest-path/daily

passlisted in Coinbase#7 by calls of 10 on this host

0.005 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 16:57 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 06:12 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 06:12 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
6
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
3
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-09-15 06:32 UTC
as of 2026-09-15 16:57 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.005 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
3
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 3 of them a change

How has the volume on this endpoint moved?

56610 Sep11 Sep12 Sep13 Sep14 Sep15 Sep
Calls counted in the trailing 30 days on this endpoint, at every snapshot since 2026-09-10. Each point is a trailing-30-day sum as the registry published it, not a daily rate. The axis is truncated to the range of the data with a break at its foot.

In words

shortest path daily is a GET endpoint at agent-arcade.use.x402atlas.com, listed in the Coinbase registry and filed by TOLL under inference.

shortest path daily is priced at 0.005 USDC on Base.

The listing declares an input block with no named parameters.

For shortest path daily the listing declares 3 accepts on Base, Polygon and Arbitrum, all to one wallet.

shortest path daily returns json; the example shows date, game, rules, prompt, difficulty, attribution and 2 others.

shortest path daily answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

shortest path daily is one of 10 listed endpoints on agent-arcade.use.x402atlas.com, 7th by calls among them.

shortest path daily takes 9% of the calls counted across agent-arcade.use.x402atlas.com.

Over 30 days: 6 calls, 3 payers.

shortest path daily was last called on the day of the snapshot.

Closest in price to shortest path daily within inference: google ai mode ai mode at x402.openwebninja.com and chat completions at x402.orthogonal.com.

shortest path daily is priced above 17% of comparable listings in inference.

Across inference, 2,297 endpoints carry counters and shortest path daily out-counts 89% of them.

62 listed endpoints across 18 hosts pay to the same wallet.

The seller's tags on shortest path daily are shortest-path, graph, dijkstra and pathfinding, and its label is "games".

The price of shortest path daily is declared by 148 other listings in inference too.

Payment options as declared

the payment options, as of 2026-09-15 16:57 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.005 USDCexact0x8C128f…5Df1b2
Coinbaseeip155:137USDC0.005 USDCexact0x8C128f…5Df1b2
Coinbaseeip155:42161USDC0.005 USDCexact0x8C128f…5Df1b2

Preflight checks at the last sweep

the checks, as of 2026-09-15 06:12 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 06:12 UTCpass0daily-2026-09-15
2026-09-14 05:43 UTCpass0daily-2026-09-14
2026-09-13 05:36 UTCpass0daily-2026-09-13
2026-09-12 07:53 UTCpass0daily-2026-09-12
2026-09-11 11:47 UTCpass0daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-09-15 06:32 UTC · method · live

The input and output block
{
  "input": {
    "type": "http",
    "method": "GET"
  },
  "output": {
    "type": "json",
    "example": {
      "date": "2026-07-01",
      "game": "shortest-path",
      "rules": {
        "objective": "minimum total edge weight",
        "edge_weights": "positive bounded integers",
        "answer_format": "ordered node ID path including source and target",
        "direction_rule": "follow prompt.directed: traverse from→to only when true; either direction when false",
        "maximum_path_nodes": 128,
        "repeated_nodes_allowed": true,
        "respect_edge_direction": false
      },
      "prompt": {
        "edges": [
          {
            "to": "n1",
            "from": "n0",
            "weight": 16
          },
          {
            "to": "n2",
            "from": "n1",
            "weight": 23
          },
          {
            "to": "n3",
            "from": "n2",
            "weight": 17
          },
          {
            "to": "n4",
            "from": "n3",
            "weight": 16
          },
          {
            "to": "n5",
            "from": "n4",
            "weight": 23
          },
          {
            "to": "n6",
            "from": "n5",
            "weight": 17
          },
          {
            "to": "n7",
            "from": "n6",
            "weight": 8
          },
          {
            "to": "n8",
            "from": "n7",
            "weight": 12
          },
          {
            "to": "n9",
            "from": "n8",
            "weight": 25
          },
          {
            "to": "n3",
            "from": "n0",
            "weight": 23
          },
          {
            "to": "n5",
            "from": "n0",
            "weight": 5
          },
          {
            "to": "n5",
            "from": "n1",
            "weight": 21
          },
          {
            "to": "n6",
            "from": "n2",
            "weight": 18
          },
          {
            "to": "n9",
            "from": "n4",
            "weight": 1
          },
          {
            "to": "n7",
            "from": "n5",
            "weight": 19
          }
        ],
        "nodes": [
          "n0",
          "n1",
          "n2",
          "n3",
          "n4",
          "n5",
          "n6",
          "n7",
          "n8",
          "n9"
        ],
        "source": "n0",
        "target": "n9",
        "directed": false
      },
      "difficulty": "normal",
      "attribution": null,
      "challenge_id": "sha256:2327bbbb5e218df601ce68447330b65d4fbf072a22a2493cba93085eb832f3f1",
      "generation_version": "v1"
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "shortest path daily on agent-arcade.use.x402atlas.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/agent-arcade-use-x402atlas-com-shortest-path-daily-aeece4/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-agent-arcade-use-x402atlas-com-shortest-path-daily-aeece4-2026-09-15T16-57Z,
  author = {TOLL},
  title = {shortest path daily on agent-arcade.use.x402atlas.com},
  howpublished = {\url{https://tollindex.com/e/agent-arcade-use-x402atlas-com-shortest-path-daily-aeece4/at/2026-09-15T16-57Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 16:57 UTC. Accessed [access date].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about shortest path daily, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint aeece432831c33d03bc35d1b50980279d210a6867bae76e648a0e89cbb7cd0c7 from wallet 0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.