UnifyAPI
← Back to catalog

polymarket.trade_history

mock data$0.001 / call

Polymarket Trade History

Get trade history on Polymarket

Financeprovider: Polymarket#polymarket#finance

Input schema

limit

Max number of results (1-100)

integer
market_id

Filter trades by market condition ID

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.