polymarket
Polymarket 예측 애플리케이션 구축
Auch verfügbar von: 2025Emma
Polymarket은 세계 최대의 예측 시장 플랫폼입니다. 이 스킬은 REST API, 거래 엔드포인트, 실시간 시장 데이터를 위한 실시간 WebSocket 데이터 스트리밍을 활용한 애플리케이션 구축에 필요한 완전한 문서를 제공합니다.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "polymarket". Show me how to get the current price and order book for a Polymarket market
Erwartetes Ergebnis:
- • Get mid-point price: GET /midpoint?token_id={id}
- • Get order book summary: GET /book?token_id={id}
- • Get multiple order books: POST /books with token IDs array
- • Get bid-ask spreads: POST /spreads with token IDs and sides
- • WebSocket subscription: topic='clob_market', type='price_change' with market filters
Sicherheitsaudit
SicherPure documentation skill containing only informational content about Polymarket API endpoints and WebSocket data streaming. All static findings are false positives: backticks are Markdown code formatting, path traversal patterns are relative documentation links, and C2 keywords are legitimate trading terms (activity, order, trade, rfq). No executable code, scripts, or actual credential handling present.
Risikofaktoren
⚙️ Externe Befehle (1)
🌐 Netzwerkzugriff (1)
📁 Dateisystemzugriff (1)
Qualitätsbewertung
Was du bauen kannst
거래 애플리케이션 구축
Polymarket 오더북과 상호 작용하고 API를 통해 거래를 실행하는 자동화된 트레이딩 봇 및 애플리케이션 생성
시장 활동 모니터링
연구 및 분석을 위해 실시간으로 예측 시장 가격, 거래량, 심리 데이터 추적
과거 데이터 접근
학술 및 시장 연구를 위해 과거 가격, 거래 기록, 시장 결과 데이터 조회
Probiere diese Prompts
How do I fetch market data for a specific Polymarket event using the Gamma API? Show me the endpoint and parameters needed.
How do I set up a WebSocket connection to receive real-time price updates for a Polymarket market using the Real-Time Data Client?
What are the requirements and endpoints for placing and managing orders via the Polymarket CLOB API?
How do I create and authenticate API keys for the Polymarket CLOB endpoints? What headers are required?
Bewährte Verfahren
- API 요청 제한 응답(429 상태)에 대한 적절한 오류 처리 구현
- 실시간 데이터를 위해 폴링 대신 WebSocket 구독 사용
- 프로덕션 애플리케이션에서 처리 전 메시지 페이로드 검증
- 와일드카드 구독 대신 특정 시장만 구독
Vermeiden
- 요청 제한을 무시하고 API를 지속적으로 폴링
- 클라이언트 측 코드나 버전 관리 시스템에 API 자격 증명 저장
- 필터 적용 없이 모든 시장 구독 처리
- 연결 오류 무시 및 재연결 로직 미구현