Bronze statue of Leif Erikson stands in front of Hallgrímskirkja church tower in Reykjavik
Bronze statue of Leif Erikson stands in front of Hallgrímskirkja church tower in Reykjavik, Iceland. The overcast sky frames the tall...
$0.1
price
—
calls / 30d
—
unique payers
2026-09-23
updated
Provider
shotsforbots.com · verified
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x4bec0c5afe4b55ccac439e1fa78e15c119e3fb56",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "100000",
"amountUsd": 0.1,
"maxTimeoutSeconds": 60
}
]Use it
curl
curl "https://shotsforbots.com/original/9b21b0515e2c" # -> 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/9b21b0515e2c");
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/9b21b0515e2c")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/19324.json, and this resource appears in /discovery/resources and /discovery/search.