परिभाषा
Data API
Polymarket की सार्वजनिक REST API जो positions, trades, holders और open interest के लिए है।
Definition
Polymarket Data API Polymarket की सार्वजनिक REST API surface है जो इतिहास और near‑real‑time मार्केट डेटा पर केंद्रित है और उपयोगकर्ता गतिविधि से संबंधित है: positions, trades, holders, open interest और संबंधित activity streams. यह केवल पढ़ने के लिए है और analytics, रिपोर्टिंग, तथा थर्ड‑पार्टी डैशबोर्ड के लिए बनाया गया है।
In context
जब तुम्हें यह जानना हो कि कौन outcome tokens रखता है, हाल की trade history क्या है, किसी market का open interest क्या है, या position snapshots चाहिए हों तब तुम Data API से मिलते हो। Gamma API से अलग — जो markets, events, tags और series को surface करता है — Data API activity और ledger‑style views में विशेषज्ञ है जो analytics पाइपलाइनों और पोर्टफोलियो ट्रैकर्स को फीड करते हैं।
Typical uses
- किसी market के हाल के trades फ़ेच करना ताकि price चार्ट के लिए time series बनाई जा सके।
- holders और बड़ी positions की सूची बनाकर концентрация और liquidity का अनुमान लगाना।
- जोखिम और exposure मेट्रिक्स के लिए markets के पार open interest की गणना करना।
Implementation notes
Data API एक सार्वजनिक REST endpoint है (base URL: https://data-api.polymarket.com). पढ़ने के ऑपरेशन्स के लिए किसी authentication की ज़रूरत नहीं है। इसे Gamma API और CLOB endpoints के साथ मिलाकर उपयोग करें ताकि market metadata को ledger data के साथ जोड़कर पूर्ण analytics मिल सकें।
See also
- /glossary/gamma-api
- /glossary/clob-api