개발자 · 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/predictionsBearer pk_… + predictions:write
- GET
/api/v1/sports/events스포츠 배당 (ODDS_API_KEY 시 live)
- GET
/api/v1/paper/soakGate C soak metrics
- GET
/api/v1/paper/ordersPaper order ledger
- POST
/api/v1/paper/ordersPaper Gate C only — no live venues
- GET
/api/v1/predict-bot/mock-live/runpredict-bot status (mock-live)
- POST
/api/v1/predict-bot/mock-live/runmock-live; body.dataSource=live_polymarket for real feeds
- GET
/api/v1/predict-bot/strategiesStrategy catalog + reinforcement weights
- POST
/api/v1/predict-bot/strategiesRun feedback / weight reinforce cycle
- GET
/api/v1/predict-bot/live-feedReal Poly 15m + Binance snapshot (read-only)
- GET
/api/v1/integrations/statusConnector + plane health
- GET
/api/v1/integrations/{id}/marketsUnified connector read
- GET
/api/v1/eventsCanonical events (intelligence registry)
- GET
/api/v1/events/{id}/probabilitiesFused prophecy_probability
- GET
/api/v1/integrations/polymarket/marketsPolymarket 읽기 스냅샷
- GET
/api/v1/integrations/kalshi/marketsKalshi 읽기 스냅샷
- GET
/api/v1/integrations/manifold/marketsManifold 읽기 스냅샷
- POST
/api/v1/agent/suggest-stakeKelly 참고 스테이크
- POST
/api/v1/agent/sports-picks스포츠 AI (로그인·quota)
- GET
/api/v1/agent/usageAI quota 요약 (로그인)
- GET
/api/v1/openapiOpenAPI 3.1 YAML
- GET
/api/healthreadiness·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_botlive 차단 명시.
Ops health 필드
platform— vercel | railway | localreadiness.grade/score— commercial optionals는info(grade 미영향)cron.fresh— core cron 24h 심박integrations.ingestFresh— 확률 ingest 36hbots.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 · 온보딩 가이드