← Back to catalog
polymarket.trade_history
mock data$0.001 / callPolymarket Trade History
Get trade history on Polymarket
Input schema
limit
integerMax number of results (1-100)
market_id
stringFilter trades by market condition ID
Call via REST
curl -X POST https://unifyapi.pro/api/call/polymarket.trade_history \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"market_id":"<market_id>"}'