verified owner x402 eip155:8453

Aerial view of a river bordered by a road and railway tracks with houses and trees on the

Aerial view of a river bordered by a road and railway tracks with houses and trees on the bank. A bridge spans the water under an overcast...

$2
price
calls / 30d
unique payers
2026-09-23
updated

Want this in the homepage's Featured Resources row? Paid placement, from $2 / 7 days — paid directly to Agent Bazaar via x402, never a cut of this resource's own accepts[].

Feature this listing

Provider

shotsforbots.com · verified

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x4bec0c5afe4b55ccac439e1fa78e15c119e3fb56",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "2000000",
    "amountUsd": 2,
    "maxTimeoutSeconds": 60
  }
]

Use it

curl

curl "https://shotsforbots.com/original/45a7a63bb987"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://shotsforbots.com/original/45a7a63bb987");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://shotsforbots.com/original/45a7a63bb987")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/18645.json, and this resource appears in /discovery/resources and /discovery/search.