# Polymarket Data SDK ## Docs - [Activity](https://polymarket-data.com/data/activity.md): Retrieve a chronological feed of trades, rewards, splits, merges, and conversions. - [Holders](https://polymarket-data.com/data/holders.md): Retrieve top holders for specific market outcome tokens. - [Overview](https://polymarket-data.com/data/index.md): Explore positions, trades, activity, holders, and other classic Polymarket data endpoints. - [Live Volume](https://polymarket-data.com/data/live-volume.md): Retrieve live traded volume for a specific event, including per-market totals. - [Open Interest](https://polymarket-data.com/data/open-interest.md): Retrieve open interest totals for market outcome tokens. - [Positions](https://polymarket-data.com/data/positions.md): Retrieve a wallet’s open positions, PnL metrics, and market metadata. - [Traded Markets](https://polymarket-data.com/data/traded.md): Count how many markets a wallet has interacted with historically. - [Trades](https://polymarket-data.com/data/trades.md): Fetch trade fills with filtering by user, market, side, and thresholds. - [Portfolio Value](https://polymarket-data.com/data/value.md): Aggregate the total position value for a wallet across optional markets. - [FAQ](https://polymarket-data.com/faq.md): Frequently asked questions about the polymarket-data SDK. - [Comment Thread by ID](https://polymarket-data.com/gamma/comments-by-id.md): Retrieve a specific comment thread via gamma.comments.getCommentById. - [Comments by User](https://polymarket-data.com/gamma/comments-by-user.md): List comments authored by a wallet via gamma.comments.getCommentsByUserAddress. - [List Comments](https://polymarket-data.com/gamma/comments-list.md): Retrieve event or series comments with optional filters via gamma.comments.listComments. - [Event by ID](https://polymarket-data.com/gamma/events-by-id.md): Retrieve detailed event metadata, chats, and nested markets via gamma.events.getEventById. - [Event by Slug](https://polymarket-data.com/gamma/events-by-slug.md): Retrieve an event using its slug via gamma.events.getEventBySlug. - [Event Tags](https://polymarket-data.com/gamma/events-tags.md): Retrieve tag metadata for an event via gamma.events.getEventTags. - [Overview](https://polymarket-data.com/gamma/index.md): Discover Polymarket’s discovery-focused endpoints exposed via client.gamma.*. - [Markets](https://polymarket-data.com/gamma/markets.md): Explore the Polymarket market catalogue via gamma.markets.listMarkets. - [Public Search](https://polymarket-data.com/gamma/search-public.md): Perform full-text search across events, tags, and profiles via gamma.search.publicSearch. - [Series by ID](https://polymarket-data.com/gamma/series-by-id.md): Retrieve a single Polymarket series with optional chat data via gamma.series.getSeriesById. - [List Series](https://polymarket-data.com/gamma/series-list.md): Browse Polymarket series collections with optional filters via gamma.series.listSeries. - [List Teams](https://polymarket-data.com/gamma/sports-list-teams.md): Retrieve team rosters, leagues, and branding assets via gamma.sports.listTeams. - [Sports Metadata](https://polymarket-data.com/gamma/sports-metadata.md): Fetch imagery, resolution sources, and tagging metadata via gamma.sports.getSportsMetadata. - [Introduction](https://polymarket-data.com/index.md): Welcome to polymarket-data, the community TypeScript SDK for Polymarket APIs. - [Quickstart](https://polymarket-data.com/quickstart.md): Install polymarket-data, configure the client, and ship your first integration. ## OpenAPI Specs - [openapi](https://polymarket-data.com/api-reference/openapi.json)