https://oracle-api-production-766f.up.railway.app/v1/npb/games/:date/win-prob
Japanese baseball (NPB) win probability oracle. Returns home_win_prob (0-1), predicted_winner (team name), confidence (low/mid/high), and starting pitcher matchup for each game on the given date. XGBoost model trained on 28,968 historical NPB games (2008-2025), incorporating Asian Handicap data, ballpark factors, and pitcher-batter splits. Use cases: betting bots, fantasy baseball agents, sportsbook arbitrage detection, Japanese sports analytics. Input: :date (YYYY-MM-DD, JST). Output: JSON {date, league, model_version, generated_at, games[]}. Pay-per-call $0.01 USDC on Solana mainnet.
What this profile is sourced from
Raw HTTP — what an agent observes
GET https://oracle-api-production-766f.up.railway.app/v1/npb/games/:date/win-prob → HTTP/1.1 402 Payment Required X-Payment-Required: $0.0100 X-Payment-Currency: USDC X-Payment-Chain: solana GET https://oracle-api-production-766f.up.railway.app/v1/npb/games/:date/win-prob X-Payment: <signed-receipt> → HTTP/1.1 200 OK Content-Type: application/json …response body…
Things to know before drawing strong conclusions
accepts[] entry is used.