# Predicta Markets ## Docs - [Get Account Balances](https://docs.predictamarkets.com/api-reference/account/balances.md): Returns the real-time balance breakdown — available (spendable), suspense (held in open orders), and portfolio (locked in positions). - [Get Account Details](https://docs.predictamarkets.com/api-reference/account/get.md): Returns the full profile for the given account. Only the authenticated account owner may access their own account. - [List Account Orders](https://docs.predictamarkets.com/api-reference/account/orders.md): Returns paginated orders placed by this account across all markets. - [Get Market Participation](https://docs.predictamarkets.com/api-reference/account/participation.md): Returns all markets where this account holds positions. Filter by `status`: OPEN, CLOSED, or LOSS. - [List Account Trades](https://docs.predictamarkets.com/api-reference/account/trades.md): Returns paginated trade history — each entry is a matched fill between two orders. - [API Reference](https://docs.predictamarkets.com/api-reference/introduction.md): REST API for the Predicta Markets platform — markets, trading, accounts, and referrals. - [List Categories](https://docs.predictamarkets.com/api-reference/markets/categories.md): Returns all available market categories. Use the `slug` to filter markets by category. - [Create a Market](https://docs.predictamarkets.com/api-reference/markets/create.md): Creates a new prediction market. Starts in `PENDING_APPROVAL` status until reviewed. Requires authentication. - [Get Market Details](https://docs.predictamarkets.com/api-reference/markets/get.md): Returns full market details for a single market, identified by numeric id, QID, or slug. The response includes all market assets (tradeable outcomes), their current YES/NO prices, the tradeable options (with prediction_key values needed to place orders), live order-book statistics, resolution outcom… - [List Markets](https://docs.predictamarkets.com/api-reference/markets/list.md): Returns a paginated list of markets. Filter by status, category, domain, or free-text search. Sort with `sort_by` — prefix with `-` for descending (e.g. `-created_at`). - [List My Markets](https://docs.predictamarkets.com/api-reference/markets/mine.md): Returns markets created by the authenticated user. Accepts the same filter and sort parameters as `GET /v1/markets`. - [Get Order Book](https://docs.predictamarkets.com/api-reference/markets/order-book.md): Returns the current order book as `[price, quantity]` tuples sorted by price. - [Market Outcomes (series)](https://docs.predictamarkets.com/api-reference/markets/series-outcomes.md): For SERIES markets, returns each regeneration cycle's outcome — winning side, prediction key, and resolution timestamp. - [Get Trade Data](https://docs.predictamarkets.com/api-reference/markets/trades-aggregated.md): Returns trade data aggregated by time window (OHLCV candles) suitable for price charts. - [Cancel an Order](https://docs.predictamarkets.com/api-reference/orders/cancel.md): Cancels an open or partially-filled order and releases held balance. Cannot cancel a fully-filled order. - [Get Market Holdings](https://docs.predictamarkets.com/api-reference/orders/holdings.md): Returns the authenticated account's open positions in this market, with quantity, average buy price, and current value. - [List Orders for Asset](https://docs.predictamarkets.com/api-reference/orders/list-by-asset.md): Returns all currently open orders for a specific market asset (outcome). - [List My Orders on Market](https://docs.predictamarkets.com/api-reference/orders/my-orders.md): Returns the authenticated account's orders on this specific market, both open and historical. - [Place an Order](https://docs.predictamarkets.com/api-reference/orders/place.md): Places a BUY or SELL limit order on a market outcome. `price` is 1–99 (cents). Orders match immediately if a counterparty exists, otherwise rest as open orders. - [Sell a Position](https://docs.predictamarkets.com/api-reference/orders/sell.md): Creates a SELL order against the existing order book to exit a filled position at the specified price and quantity. - [List Referral Earnings](https://docs.predictamarkets.com/api-reference/referrals/earnings.md): Paginated history of referral earnings for the authenticated user. Filter by time window or event type. - [Get Referral Statistics](https://docs.predictamarkets.com/api-reference/referrals/stats.md): Returns aggregated referral performance stats for the authenticated account. All-time totals are always returned. When `interval_days` is supplied, period-scoped stats (qualified referrals, first-trade volume, period earnings, earnings breakdown) are filtered to that window. - [Account Setup](https://docs.predictamarkets.com/user-guide/account-setup.md): Configure your profile, currency settings, and account preferences - [Creating Markets](https://docs.predictamarkets.com/user-guide/creating-markets.md): Step-by-step guide to creating your own prediction markets on Predicta - [Frequently Asked Questions](https://docs.predictamarkets.com/user-guide/faq.md): Common questions and answers about using Predicta Markets - [Funding Your Account](https://docs.predictamarkets.com/user-guide/funding-account.md): Step-by-step guide to adding funds to your Predicta account - [Getting Started](https://docs.predictamarkets.com/user-guide/getting-started.md): Your first steps with Predicta Markets — account creation, funding, and placing your first trade - [Glossary](https://docs.predictamarkets.com/user-guide/glossary.md): Key terms and definitions for Predicta Markets - [User Guide](https://docs.predictamarkets.com/user-guide/index.md): Complete guide to using Predicta Markets - Learn how to trade, create markets, and manage your portfolio - [Market Approval](https://docs.predictamarkets.com/user-guide/market-approval.md): Understanding the market approval process and requirements - [Understanding Market Prices](https://docs.predictamarkets.com/user-guide/market-prices.md): Learn how prices work, what they mean, and how to interpret them - [Market Types](https://docs.predictamarkets.com/user-guide/market-types.md): Learn about Binary, Multi-Outcome, and Series markets - [Order Types](https://docs.predictamarkets.com/user-guide/order-types.md): Learn about limit orders, market orders, and order matching - [Orders & Trades](https://docs.predictamarkets.com/user-guide/orders-trades.md): View your order history and completed trades - [Payment History](https://docs.predictamarkets.com/user-guide/payment-history.md): View and track all your deposits - [Portfolio Overview](https://docs.predictamarkets.com/user-guide/portfolio-overview.md): Understanding your holdings and managing your trading portfolio - [Trading Basics](https://docs.predictamarkets.com/user-guide/trading-basics.md): Step-by-step guide to placing buy and sell orders on Predicta - [Trading Strategies](https://docs.predictamarkets.com/user-guide/trading-strategies.md): Tips, strategies, and best practices for successful trading - [Understanding Markets](https://docs.predictamarkets.com/user-guide/understanding-markets.md): Learn about prediction markets, market types, prices, and how markets resolve - [Viewing Positions](https://docs.predictamarkets.com/user-guide/viewing-positions.md): How to view and manage individual market positions - [Withdrawing Funds](https://docs.predictamarkets.com/user-guide/withdrawing-funds.md): How to withdraw funds from your Predicta account ## OpenAPI Specs - [openapi](https://docs.predictamarkets.com/api-reference/openapi.json)