💻 API
Welcome to the Panana API Documentation.
Our API allows developers to fetch market data, interact with prediction markets, and integrate Panana functionality into external applications, dashboards, bots, and trading tools.
This section acts as the entry point into all available API documentation.
🔌 Endpoints Overview
| Endpoint | Method | Description |
|---|---|---|
/api/markets | POST | Fetch and filter prediction markets. Supports pagination, sorting, categories, and more. |
| (more endpoints coming soon) | Examples: market creation, order placement, liquidity actions, position tracking, XP stats, leaderboard queries, price feeds, etc. |
📖 Available API Guides
| Document | Description |
|---|---|
| Fetching Markets | Learn how to request paginated markets with filters, category selectors, search terms, and more. |
Additional API guides will be added here as new public endpoints are introduced.
⚙️ Authentication
Currently, the listed endpoints require no authentication and are publicly queryable.
Future authenticated endpoints for actions like trading, liquidity provisioning, notifications, and wallet-bound queries may require signatures or wallet-based authentication.