App Logo
polymarket.com

Get Polymarket market trades

Latest trades for one (sub-)market of a Polymarket event, by event URL or slug. For multi-outcome events (e.g. "World Cup Winner"), `outcome` picks the sub-market ("Switzerland"); each trade's own outcome is then Yes/No on that binary market — so a bet backing the outcome is either a buy of Yes or a sell of No. Returns event, market, conditionId, n, and trades (time, side, outcome, price, shares, amountUsd, user, wallet, tx), newest first.

Input

url required

Event URL (https://polymarket.com/event/<slug>) or bare slug.

limit optional

Max trades to return.

Default: 10
outcome optional

Sub-market to select in a multi-outcome event, matched case-insensitively against each market's title (e.g. "Switzerland"). Omit for single-market events.

Output

n required
event required
market required
trades required
conditionId required

FAQ

Latest trades for one (sub-)market of a Polymarket event, by event URL or slug. For multi-outcome events (e.g. "World Cup Winner"), `outcome` picks the sub-market ("Switzerland"); each trade's own outcome is then Yes/No on that binary market — so a bet backing the outcome is either a buy of Yes or a sell of No. Returns event, market, conditionId, n, and trades (time, side, outcome, price, shares, amountUsd, user, wallet, tx), newest first.
Required: url. Optional: limit, outcome.
It returns n, event, market, trades, conditionId.
No. It only uses pages of polymarket.com that are reachable without signing in.
Unknown: its author has not declared whether it changes anything on polymarket.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/polymarket.com/get_market_trades, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/polymarket.com/get_market_trades
It is part of Reduck's official curated catalogue.

Start building not clicking