LIVE
12%
ONLINE

SYSTEM_DOCUMENTATION

Technical specifications and usage guidelines for the Poly Signal Intelligence Terminal. Access restricted to authorized personnel.

MANUAL_V2.0.TXT

01_OVERVIEW

Poly Signal is a real-time intelligence layer built on top of the Polymarket prediction protocol. It aggregates on-chain data to provide actionable signals, whale tracking, and sentiment analysis.

02_CORE_FEATURES

  • Whale Tracker: Monitors transactions >$1,000 USDC.
  • Signal Scorer: Quantitative analysis of market probabilities.
  • Sentiment Engine: LLM-powered news impact analysis.
API_ENDPOINTS.JSON
GET/v1/markets/active

Retrieves all currently active prediction markets with volume > $10k.

200 OK
{ "count": 142, "volume_24h": 502931.22, "markets": [...] }
GET/v1/whales/stream

WebSocket endpoint for streaming live large-value transactions.

SECURITY_PROTOCOL.LOG

End-to-End Verification

All signals are verified against on-chain proof before being displayed in the terminal.

Rate Limiting

Public API access is limited to 100 req/min. Enterprise nodes have unlimited throughput.

Data Retention

Historical tick data is archived for 365 days for backtesting purposes.