mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Stratalize — attested finance, legal, healthcare, and compliance intelligence

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Live NBA scores, game status, and results for the past 7 days and next 7 days. Returns home/away teams, scores, game status (live, final, upcoming), and league/season context. Source: TheSportsDB

Do you run www.stratalize.com? 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
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-26
updated

Provider

www.stratalize.com · discovered, not yet claimed by its owner

Payment (x402 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
  }
]

Output schema

{
  "bazaar": {
    "category": "sports",
    "description": "Live NBA scores, game status, and results for the past 7 days and next 7 days. Returns home/away teams, scores, game status (live, final, upcoming), and league/season context. 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": "95",
              "away_team": "San Antonio Spurs",
              "date": "2026-06-14",
              "home_score": "105",
              "home_team": "New York Knicks",
              "status": "FT",
              "time": "7:30 PM"
            }
          ],
          "league": "NBA",
          "live_count": 0,
          "receipt_id": "rcpt_example",
          "retrieved_at": "2026-06-20T19:00:00.000Z",
          "season": "2025-2026",
          "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": "NBA 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",
      "nba",
      "scores"
    ]
  }
}

Use it

curl

curl "https://www.stratalize.com/api/x402/sports-nba-scores"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://www.stratalize.com/api/x402/sports-nba-scores");
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://www.stratalize.com/api/x402/sports-nba-scores")
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/6292.json, and this resource appears in /discovery/resources and /discovery/search.