{
  "name": "Dragon Boat League API",
  "summary": "持币上船，各自比赛，积分归队，每日按队伍积分分奖池。",
  "endpoints": [
    "GET /health",
    "GET /api/state",
    "GET /api/teams",
    "POST /api/join",
    "POST /api/matches/start",
    "POST /api/matches/submit",
    "GET /api/leaderboard",
    "GET /api/player/:address",
    "POST /api/admin/settle"
  ]
}