DUKE Baseball Predict
DUKE Baseball Predict
10000 (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": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:1",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:10",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "6aCEuwH3PYx99cEmRz45otfxk39uF7ewGhqmvxfXisSG",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"category": "Infra",
"info": {
"description": "DUKE Baseball Predict — 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": {
"context": {
"description": "Optional extra context or focus",
"type": "string"
},
"topic": {
"description": "Prediction topic e.g. 2026 World Series winner, tonight game picks",
"type": "string"
}
},
"required": [
"topic"
],
"type": "object"
},
"name": "DUKE Baseball Predict",
"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",
"predictions",
"x402",
"agent"
]
},
"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/duke/predict" # -> 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/duke/predict");
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/duke/predict")
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/13312.json, and this resource appears in /discovery/resources and /discovery/search.