본문으로 건너뛰기
Region: United States. Points-only markets · informational AI · no cash wagering. Terms

← 랜딩

개발자 · API v1

Read API는 공개입니다. Pro 플랜에서 API Key·Webhook·predictions:write를 설정 페이지에서 발급합니다.

Base URL

https://prophecy-murex-omega.vercel.app/api/v1

엔드포인트

  • GET/api/v1/markets

    시장 목록 (filter, topic, limit) · API Key optional

  • GET/api/v1/markets/{slug}

    시장 상세·outcomes

  • POST/api/v1/predictions

    Bearer pk_… + predictions:write

  • GET/api/v1/sports/events

    스포츠 배당 (ODDS_API_KEY 시 live)

  • GET/api/v1/paper/soak

    Gate C soak metrics

  • GET/api/v1/paper/orders

    Paper order ledger

  • POST/api/v1/paper/orders

    Paper Gate C only — no live venues

  • GET/api/v1/predict-bot/mock-live/run

    predict-bot status (mock-live)

  • POST/api/v1/predict-bot/mock-live/run

    mock-live; body.dataSource=live_polymarket for real feeds

  • GET/api/v1/predict-bot/strategies

    Strategy catalog + reinforcement weights

  • POST/api/v1/predict-bot/strategies

    Run feedback / weight reinforce cycle

  • GET/api/v1/predict-bot/live-feed

    Real Poly 15m + Binance snapshot (read-only)

  • GET/api/v1/integrations/status

    Connector + plane health

  • GET/api/v1/integrations/{id}/markets

    Unified connector read

  • GET/api/v1/events

    Canonical events (intelligence registry)

  • GET/api/v1/events/{id}/probabilities

    Fused prophecy_probability

  • GET/api/v1/integrations/polymarket/markets

    Polymarket 읽기 스냅샷

  • GET/api/v1/integrations/kalshi/markets

    Kalshi 읽기 스냅샷

  • GET/api/v1/integrations/manifold/markets

    Manifold 읽기 스냅샷

  • POST/api/v1/agent/suggest-stake

    Kelly 참고 스테이크

  • POST/api/v1/agent/sports-picks

    스포츠 AI (로그인·quota)

  • GET/api/v1/agent/usage

    AI quota 요약 (로그인)

  • GET/api/v1/openapi

    OpenAPI 3.1 YAML

  • GET/api/health

    readiness·env · platform · cron.fresh · bots.discordAuthMode · integrations.ingestFresh

제품 평면 (혼동 방지)

  • /markets — 포인트 parimutuel (실정산). LMSR는 생성 폼 preview만.
  • /events — 외부 mid 융합 · 정보 표시 (베팅 CTA 없음).
  • /paper · predict-bot — Gate C 모의 체결. Live CLOB / MM inventory 없음.
  • GET /api/health planes market_maker: blocked · trading_bot live 차단 명시.

Ops health 필드

  • platform — vercel | railway | local
  • readiness.grade / score — commercial optionals는 info (grade 미영향)
  • cron.fresh — core cron 24h 심박
  • integrations.ingestFresh — 확률 ingest 36h
  • bots.discordAuthMode — ed25519 | bearer_blocked_in_prod | …

예시

curl "https://prophecy-murex-omega.vercel.app/api/v1/markets?limit=5"
curl -H "Authorization: Bearer pk_YOUR_KEY" \
  -X POST "https://prophecy-murex-omega.vercel.app/api/v1/predictions" \
  -H "Content-Type: application/json" \
  -d '{"marketId":"...","outcomeId":"...","stakePoints":10}'

OpenAPI: /api/v1/openapi · 온보딩 가이드

개발자 · API | Prophecy