Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
如何從 Gamma API 獲取市場數據
import requests response = requests.get('https://gamma-api.polymarket.com/markets') markets = response.json()
response = requests.get('https://gamma-api.polymarket.com/markets', params={ 'active': 'true', 'closed': 'false', 'limit': 10 })