# Dot Prediction ## Docs - [Cancel Order](https://docs.dotprediction.com/api-reference/endpoint/cancel-order.md): Cancels an open order. - [Category Analytics](https://docs.dotprediction.com/api-reference/endpoint/categories.md): Returns aggregated statistics broken down by market category. - [Position Concentration](https://docs.dotprediction.com/api-reference/endpoint/concentration.md): Returns position concentration analysis and top holders for a market. Only available for Polymarket and Limitless. - [Create Order](https://docs.dotprediction.com/api-reference/endpoint/create-order.md): Place a new order on the specified platform. Requires stored credentials or a provider with a default client. - [Get market by ID](https://docs.dotprediction.com/api-reference/endpoint/get-market.md): Returns detailed information about a specific market by its ID. - [Get market order book](https://docs.dotprediction.com/api-reference/endpoint/get-market-orderbook.md): Returns the current order book (bids and asks) for a specific market. Includes depth information for both Yes and No outcomes. - [Get market price history](https://docs.dotprediction.com/api-reference/endpoint/get-market-price-history.md): Returns OHLC price history data for one or more markets. Supports configurable time intervals and includes bid/ask spread data. - [Get market trades](https://docs.dotprediction.com/api-reference/endpoint/get-market-trades.md): Returns a paginated list of trades for a specific market. Available for Kalshi and Polymarket only (not supported by Limitless). - [Get Order](https://docs.dotprediction.com/api-reference/endpoint/get-order.md): Returns details for a specific order. - [Get user activity](https://docs.dotprediction.com/api-reference/endpoint/get-user-activity.md): Returns a paginated list of merge, split, and redeem activity for a specific user. Supports filtering by market and date range. - [Get user PnL](https://docs.dotprediction.com/api-reference/endpoint/get-user-pnl.md): Returns profit and loss data over time for a specific user. Supports configurable time granularity and optional date range filtering. - [Get user positions](https://docs.dotprediction.com/api-reference/endpoint/get-user-positions.md): Returns a paginated list of active token positions held by a specific user on the specified platform. - [Get user profile](https://docs.dotprediction.com/api-reference/endpoint/get-user-profile.md): Returns profile information for a user on the specified prediction market platform. Optionally includes trading metrics like volume, PnL, and ROI. - [Get user trades](https://docs.dotprediction.com/api-reference/endpoint/get-user-trades.md): Returns a paginated list of trades made by a specific user on the specified platform. - [Health check](https://docs.dotprediction.com/api-reference/endpoint/health.md): Returns the health status of the API, including database connectivity and uptime. - [List markets](https://docs.dotprediction.com/api-reference/endpoint/list-markets.md): Returns a paginated list of prediction markets from the specified provider. Supports filtering by status and full-text search. - [List Orders](https://docs.dotprediction.com/api-reference/endpoint/list-orders.md): Returns orders for the authenticated user on the specified platform. - [List platforms](https://docs.dotprediction.com/api-reference/endpoint/list-platforms.md): Returns a list of all supported prediction market platforms and their capabilities. - [Metrics Historical](https://docs.dotprediction.com/api-reference/endpoint/metrics-historical.md): Returns time-series market metrics (OHLCV, liquidity, open interest) at configurable intervals. - [Metrics Snapshot](https://docs.dotprediction.com/api-reference/endpoint/metrics-snapshot.md): Returns a real-time snapshot of market metrics including volume, liquidity, spread, and competitive score. - [Search Markets](https://docs.dotprediction.com/api-reference/endpoint/search-markets.md): Cross-platform market screener with text search, filters, and sorting. - [Platform Stats](https://docs.dotprediction.com/api-reference/endpoint/stats.md): Returns aggregate platform statistics including volume, liquidity, and market counts. - [Top Traders](https://docs.dotprediction.com/api-reference/endpoint/top-traders.md): Returns the global leaderboard of top traders ranked by PnL or volume. - [Trending Markets](https://docs.dotprediction.com/api-reference/endpoint/trending.md): Returns markets ranked by volume or price change over a time window. - [Whale Trades](https://docs.dotprediction.com/api-reference/endpoint/whales.md): Returns large trades above a minimum size threshold for a given market. - [API Reference](https://docs.dotprediction.com/api-reference/introduction.md): Complete reference for all Dot Prediction API endpoints. - [Authentication](https://docs.dotprediction.com/guides/authentication.md): How to authenticate with the Dot Prediction API. - [Pagination](https://docs.dotprediction.com/guides/pagination.md): Cursor-based pagination for list endpoints. - [Platforms](https://docs.dotprediction.com/guides/platforms.md): Supported prediction market platforms and their capabilities. - [Introduction](https://docs.dotprediction.com/index.md): Unified market data and agent runtime for Kalshi, Polymarket, and Limitless. - [Quickstart](https://docs.dotprediction.com/quickstart.md): Sign up, create a key, fetch your first market — in under a minute. ## OpenAPI Specs - [openapi](https://docs.dotprediction.com/api-reference/openapi.json)