# Futuur API > Events • Markets • Trading ## Docs - [Event actions](https://docs.futuur.com/api-reference/events/actions.md): Retrieve the bet activity feed for a specific event. User information is anonymized for real money actions. - [List events](https://docs.futuur.com/api-reference/events/list.md): Retrieve a paginated list of prediction market events, with optional filters for category, currency mode, search, and more. - [Event live data](https://docs.futuur.com/api-reference/events/live-data.md): Fetch up-to-date event details for live markets without authentication. - [Order book](https://docs.futuur.com/api-reference/events/order-book.md): Retrieve aggregated order book data for a specific market within an event, including bids and asks at each price level. - [Price history](https://docs.futuur.com/api-reference/events/price-history.md): Retrieve the historical price data for an event over a specified time interval. - [Related events](https://docs.futuur.com/api-reference/events/related-events.md): Retrieve a list of events related to a given event by topic, category, and recent activity. - [Retrieve event](https://docs.futuur.com/api-reference/events/retrieve.md): Fetch detailed information for a single prediction market event by its unique ID. - [Event wagers](https://docs.futuur.com/api-reference/events/wagers.md): List all wagers placed on a specific event, with optional filters for active status and currency mode. - [My balances](https://docs.futuur.com/api-reference/me/balances.md): Retrieve ledger account balances for the authenticated user, one row per currency. - [Account information](https://docs.futuur.com/api-reference/me/information.md): Retrieve your account details and wallet balances. - [My ranking](https://docs.futuur.com/api-reference/me/ranking.md): Get your current leaderboard ranking. - [Register Safe address](https://docs.futuur.com/api-reference/me/safe.md): Register a Safe smart account address for the authenticated user. - [Batch cancel orders](https://docs.futuur.com/api-reference/orders/batch-cancel.md): Cancel multiple open limit orders by ID in a single request. - [Batch create orders](https://docs.futuur.com/api-reference/orders/batch-create.md): Submit between 1 and 20 limit orders in a single request. - [Cancel order](https://docs.futuur.com/api-reference/orders/cancel.md): Cancel an open limit order by its ID. - [Cancel all orders](https://docs.futuur.com/api-reference/orders/cancel-all.md): Cancel every active limit order on your account, optionally scoped to a single event or market. - [Create order](https://docs.futuur.com/api-reference/orders/create.md): Place a new limit or market order on a prediction market outcome. - [List orders](https://docs.futuur.com/api-reference/orders/list.md): Retrieve a paginated list of your limit orders, with optional filters by market, event, currency, status, and side. - [List wagers](https://docs.futuur.com/api-reference/wagers/list.md): Retrieve a paginated list of wagers, with optional filters by user, event, activity status, and currency mode. - [Retrieve wager](https://docs.futuur.com/api-reference/wagers/retrieve.md): Retrieve detailed information about a single wager by its ID. - [Authentication](https://docs.futuur.com/authentication.md): Authenticate Futuur API requests using HMAC-SHA512 signatures. - [Currencies](https://docs.futuur.com/concepts/currencies.md): Supported currencies and how to switch between play money and real money. - [Events & Markets](https://docs.futuur.com/concepts/events-and-markets.md): Understand events (predictions) and markets (outcomes) in Futuur. - [Orders](https://docs.futuur.com/concepts/orders.md): Learn how limit orders and market orders work in Futuur. - [Wagers](https://docs.futuur.com/concepts/wagers.md): Understand wagers and how to track your open positions. - [Claude (MCP)](https://docs.futuur.com/guides/mcp.md): Use Futuur prediction markets directly inside Claude via the Futuur MCP server. - [Placing a bet](https://docs.futuur.com/guides/placing-a-bet.md): Step-by-step guide to placing your first order on a Futuur prediction market. - [Reading the order book](https://docs.futuur.com/guides/reading-the-order-book.md): How to read and interpret the order book for a prediction market. - [Selling a position](https://docs.futuur.com/guides/selling-a-position.md): How to sell shares in an existing wager to close or reduce your position. - [Introduction](https://docs.futuur.com/introduction.md): Get started with the Futuur API to build prediction market applications. - [Rate limits](https://docs.futuur.com/rate-limits.md): Understand Futuur API rate limits and how to stay within them.