> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Trades by Market Slug

> Get trades for all outcome tokens in one market slug.

Canonical reference: [Market by Slug](/data/markets/by-slug)

```bash theme={null}
curl "https://api.polynode.dev/v3/markets/slug/dota2-tundra-xtreme-2026-05-22-game1/trades?limit=1" \
  -H "x-api-key: $POLYNODE_API_KEY"
```

Use this when your application works from Polymarket URLs or slugs instead of token IDs.
