Skip to main content

💻 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

EndpointMethodDescription
/api/marketsPOSTFetch 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

DocumentDescription
Fetching MarketsLearn 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.