mirrored listing x402 eip155:8453

Use when you need the complete NFL team form dataset 2016-2025 as files for local analysis

Use when you need the complete NFL team form dataset 2016-2025 as files for local analysis, model training or a one-time bulk download: one zip with team state (4,320 team-weeks, 44 attributes and 7 counts each), game pairings (2,004 regular-season games, home and away form side by side), weekly and pooled percentile ranks, plus schema.json and README.md. Parquet, JSON, Markdown. Every number is form entering that week, never that week's game; game results not included. application/zip.

Do you run nfl-form-x402.owenlvll.workers.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
40000000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-06
updated

Provider

nfl-form-x402.owenlvll.workers.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xDAA8D9bEfEfDadf1d8753cB26164892E5A6d7089",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "40000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {},
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "content_type": "application/zip",
          "files": [
            "README.md",
            "matchup_2016_2025.parquet",
            "schema.json",
            "team_rank_2016_2025.parquet",
            "team_state_2016_2025.parquet"
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "pathParams": {
              "properties": {},
              "required": [],
              "type": "object"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://nfl-form-x402.owenlvll.workers.dev/history"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://nfl-form-x402.owenlvll.workers.dev/history");
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://nfl-form-x402.owenlvll.workers.dev/history")
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/8260.json, and this resource appears in /discovery/resources and /discovery/search.