Skip to main content

polyedge

x402 trading signal API for Polymarket - detect mispriced correlations between prediction markets

설치로 이동

소스 정보

저장소
Kernel8901/ai-agent-skills-classification
최근 소스 활동
2026년 4월 4일 15:26
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
12 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
polyedge
description
x402 trading signal API for Polymarket - detect mispriced correlations between prediction markets
metadata
{"clawdbot":{"emoji":"⚡"}}
# PolyEdge **The first x402 trading signal API for prediction markets.** Detect mispriced correlations between Polymarket events. Pay with USDC on Base, get alpha. ## Quick Start ```bash # 1. Request analysis (get 402 + payment instructions) curl https://api.nshrt.com/api/v1/correlation?a=<slug-a>&b=<slug-b> # 2. Pay 0.05 USDC to the wallet address on Base L2 # 3. Retry with payment proof curl -H "X-Payment: 0x<tx_hash>" \ "https://api.nshrt.com/api/v1/correlation?a=<slug-a>&b=<slug-b>" ``` ## Endpoints | Endpoint | Price | Description | |----------|-------|-------------| | `GET /` | Free | API info | | `GET /health` | Free | Health check | | `GET /dashboard` | Free | Activity dashboard | | `GET /api/v1/correlation?a=&b=` | $0.05 USDC | Correlation analysis | ## Payment - **Network:** Base L2 - **Asset:** USDC - **Price:** $0.05 per request - **Protocol:** x402 - **Window:** 1 minute per payment ## Response Format ```json { "market_a": { "question": "...", "yes_price": 0.72 }, "market_b": { "question": "...", "yes_price": 0.45 }, "analysis": { "pattern_type": "category", "expected_price_b": 0.61, "mispricing": 0.16, "confidence": "medium" }, "signal": { "action": "BUY_YES_B", "strength": "strong", "reason": "Market B underpriced by 16%" } } ``` ## Signal Types - `BUY_YES_A/B` - Market underpriced - `BUY_NO_A/B` - Market overpriced - `HOLD` - No significant mispricing - `SKIP` - Markets are mutually exclusive ## Links - **API:** https://api.nshrt.com - **Dashboard:** https://api.nshrt.com/dashboard - **GitHub:** https://github.com/sbaker5/polyedge
GitHub에서 보기