{
  "x402Version": 2,
  "id": 6295,
  "slug": "6295",
  "resource": "https://www.stratalize.com/api/x402/sports-mlb-scores",
  "description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Live MLB game scores and results for the past 7 days and next 7 days. Returns teams, scores, and game status. Source: TheSportsDB",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "sports",
      "description": "Live MLB game scores and results for the past 7 days and next 7 days. Returns teams, scores, and game status. Source: TheSportsDB. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
      "discoverable": true,
      "iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
      "info": {
        "input": {
          "body": {
            "date": "2026-06-14"
          },
          "bodyType": "json",
          "inputSchema": {
            "properties": {
              "date": {
                "description": "Optional game date YYYY-MM-DD (defaults to live window)",
                "type": "string"
              }
            },
            "type": "object"
          },
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "final_count": 1,
            "games": [
              {
                "away_score": "2",
                "away_team": "St. Louis Cardinals",
                "date": "2025-09-28",
                "home_score": "4",
                "home_team": "Chicago Cubs",
                "status": "FT",
                "time": "2:20 PM"
              }
            ],
            "league": "MLB",
            "live_count": 0,
            "receipt_id": "rcpt_example",
            "retrieved_at": "2026-06-20T19:00:00.000Z",
            "season": "2025",
            "source": "TheSportsDB",
            "upcoming_count": 0,
            "verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
          },
          "schema": {
            "properties": {
              "final_count": {
                "type": "number"
              },
              "games": {
                "items": {},
                "type": "array"
              },
              "league": {
                "type": "string"
              },
              "live_count": {
                "type": "number"
              },
              "receipt_id": {
                "description": "Cryptographic receipt identifier",
                "type": "string"
              },
              "retrieved_at": {
                "type": "string"
              },
              "season": {
                "type": "string"
              },
              "source": {
                "type": "string"
              },
              "upcoming_count": {
                "type": "number"
              },
              "verified_at": {
                "description": "Receipt verification URL at trust.stratalize.com/verify",
                "format": "uri",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": "json"
        }
      },
      "inputSchema": {
        "properties": {
          "date": {
            "description": "Optional game date YYYY-MM-DD (defaults to live window)",
            "type": "string"
          }
        },
        "type": "object"
      },
      "logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
      "name": "MLB Live Scores",
      "outputSchema": {
        "properties": {
          "final_count": {
            "type": "number"
          },
          "games": {
            "items": {},
            "type": "array"
          },
          "league": {
            "type": "string"
          },
          "live_count": {
            "type": "number"
          },
          "receipt_id": {
            "description": "Cryptographic receipt identifier",
            "type": "string"
          },
          "retrieved_at": {
            "type": "string"
          },
          "season": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "upcoming_count": {
            "type": "number"
          },
          "verified_at": {
            "description": "Receipt verification URL at trust.stratalize.com/verify",
            "format": "uri",
            "type": "string"
          }
        },
        "type": "object"
      },
      "providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
      "providerName": "Stratalize",
      "providerWebsite": "https://www.stratalize.com",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "date": {
                    "description": "Optional game date YYYY-MM-DD (defaults to live window)",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "final_count": {
                    "type": "number"
                  },
                  "games": {
                    "items": {},
                    "type": "array"
                  },
                  "league": {
                    "type": "string"
                  },
                  "live_count": {
                    "type": "number"
                  },
                  "receipt_id": {
                    "description": "Cryptographic receipt identifier",
                    "type": "string"
                  },
                  "retrieved_at": {
                    "type": "string"
                  },
                  "season": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "upcoming_count": {
                    "type": "number"
                  },
                  "verified_at": {
                    "description": "Receipt verification URL at trust.stratalize.com/verify",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
      "serviceName": "Stratalize",
      "serviceTags": [
        "governance",
        "finance",
        "healthcare",
        "intelligence"
      ],
      "tags": [
        "attested",
        "sports",
        "mlb",
        "scores"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "www.stratalize.com",
  "lastUpdated": "2026-08-26T00:34:47.958Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T00:34:47.646Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "www.stratalize.com",
    "manifest_name": "www.stratalize.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}