Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Look up a market by its slug (the URL path on Polymarket) and get trades or positions across all outcomes.

Trades by slug

GET /v3/markets/slug/{slug}/trades

Query parameters

ParameterTypeDefaultDescription
afterintegerStart of time range (Unix timestamp)
beforeintegerEnd of time range
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl "https://api.polynode.dev/v3/markets/slug/dota2-aur1-liquid-2026-05-13/trades?limit=1"
Returns the same enriched trade format as Wallet Trades.

Positions by slug

GET /v3/markets/slug/{slug}/positions
Returns all wallets holding positions in any outcome of this market.