Polymarket API Integration Skill Overview This skill provides comprehensive guidance for integrating with Polymarket's APIs and smart contracts. API Endpoints CLOB API (Central Limit Order Book) Base URL: Authentication Levels - Level 0 (Public) : Market data, orderbooks, prices - Level 1 (Signer) : Create/derive API keys - Level 2 (Authenticated) : Trading, orders, positions Key Endpoints Gamma API (Market Metadata) Base URL: Python Implementation Patterns Initialize Client WebSocket Subscription Gamma API Client Order Types - GTC (Good Till Cancelled): Stays until filled or cancelled - GTD…