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.
訪問 Polymarket 的歷史市場數據
# Python trades = client.get_trades( market_id="MARKET_ID", start_ts=1609459200, # 開始時間戳 end_ts=1640995200 # 結束時間戳 )