### Gamma API Source: https://docs.polymarket.com/api-reference/introduction The Gamma API provides access to markets, events, tags, series, comments, sports, search, and public profiles. It is the primary API for discovering and browsing market data. ```APIDOC ## Gamma API ### Description Access markets, events, tags, series, comments, sports, search, and public profiles. This is the primary API for discovering and browsing market data. ### Base URL `https://gamma-api.polymarket.com` ### Authentication No authentication required. This API is fully public. ``` -------------------------------- ### Bridge API Source: https://docs.polymarket.com/api-reference/introduction The Bridge API handles deposits and withdrawals, acting as a proxy for the fun.xyz service. ```APIDOC ## Bridge API ### Description Handles deposits and withdrawals. This is a proxy of the fun.xyz service. ### Base URL `https://bridge.polymarket.com` ### Authentication Details on authentication for this API are not provided in this section. ``` -------------------------------- ### CLOB API Source: https://docs.polymarket.com/api-reference/introduction The CLOB API handles orderbook data, pricing, midpoints, spreads, and price history. It also manages order placement and cancellation, requiring authentication for trading operations. ```APIDOC ## CLOB API ### Description Access orderbook data, pricing, midpoints, spreads, and price history. Also handles order placement, cancellation, and other trading operations. ### Base URL `https://clob.polymarket.com` ### Authentication Public endpoints (orderbook, prices) do not require authentication. Trading endpoints require authentication. See [Authentication](/api-reference/authentication) for details. ``` -------------------------------- ### Data API Source: https://docs.polymarket.com/api-reference/introduction The Data API provides insights into user positions, trades, activity, holder data, open interest, leaderboards, and builder analytics. ```APIDOC ## Data API ### Description Access user positions, trades, activity, holder data, open interest, leaderboards, and builder analytics. ### Base URL `https://data-api.polymarket.com` ### Authentication No authentication required. This API is fully public. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.