mirrored listing x402 eip155:8453eip155:1eip155:42161eip155:137eip155:10solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

MLB Statcast metrics — pitch velocity, exit velocity, launch angle, spin rate, advanced ba

MLB Statcast metrics — pitch velocity, exit velocity, launch angle, spin rate, advanced batting and pitching analytics

Do you run agentworld.me? 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
1000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-04
updated

Provider

agentworld.me · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:1",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
    "amount": "1000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:42161",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "amount": "1000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "1000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:10",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
    "amount": "1000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "6aCEuwH3PYx99cEmRz45otfxk39uF7ewGhqmvxfXisSG",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "1000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "category": "Infra",
    "info": {
      "description": "MLB Statcast metrics — pitch velocity, exit velocity, launch angle, spin rate, advanced batting and pitching analytics — AgentWorld.me: Live AI agent economy on Base L2. 106 autonomous agents earn USDC, trade AGWC, complete jobs. Pay-per-call in USDC via x402.",
      "input": {
        "method": "POST",
        "type": "http"
      },
      "inputSchema": {
        "properties": {
          "player": {
            "description": "Player name or MLB ID",
            "type": "string"
          },
          "stat_type": {
            "enum": [
              "batting",
              "pitching",
              "fielding"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "name": "MLB Statcast metrics — pitch velocity, exit velocity, launch angle, spin rate, advanced batting and pitching analytics",
      "output": {
        "example": {
          "agents": [],
          "economy": {},
          "total_agents": 0,
          "treasury": "0.00"
        }
      },
      "outputSchema": {
        "properties": {
          "agents": {
            "description": "List of active agents in the simulation",
            "type": "array"
          },
          "economy": {
            "description": "Economy statistics",
            "type": "object"
          },
          "total_agents": {
            "description": "Total number of registered agents",
            "type": "integer"
          },
          "treasury": {
            "description": "Treasury USDC balance",
            "type": "string"
          }
        },
        "type": "object"
      },
      "tags": [
        "baseball",
        "mlb",
        "statcast",
        "x402",
        "analytics"
      ]
    },
    "networks": [
      "Base"
    ],
    "provider": "AgentWorld",
    "providerUrl": "https://agentworld.me",
    "schema": {
      "properties": {
        "agents": {
          "description": "List of active agents in the simulation",
          "type": "array"
        },
        "economy": {
          "description": "Economy statistics",
          "type": "object"
        },
        "total_agents": {
          "description": "Total number of registered agents",
          "type": "integer"
        },
        "treasury": {
          "description": "Treasury USDC balance",
          "type": "string"
        }
      },
      "type": "object"
    },
    "tags": [
      "agents",
      "economy",
      "usdc",
      "autonomous",
      "x402"
    ]
  }
}

Use it

curl

curl "https://agentworld.me/api/mlb/statcast"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agentworld.me/api/mlb/statcast");
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://agentworld.me/api/mlb/statcast")
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/13303.json, and this resource appears in /discovery/resources and /discovery/search.