> ## Documentation Index
> Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> How to discover crypto and prediction market metadata.

<CardGroup cols={2}>
  <Card title="Events API Endpoints" href="events/events">
    <p>Query and retrieve event information and forecast data</p>
  </Card>

  <Card title="Markets API Endpoints" href="markets/markets">
    <p>Access prediction market data and information</p>
  </Card>

  <Card title="Orderbook API Endpoints" href="orderbook/orderbook-by-ticker">
    <p>Get orderbook data for prediction markets</p>
  </Card>

  <Card title="Trades API Endpoints" href="trades/trades">
    <p>Retrieve trade history for prediction markets</p>
  </Card>

  <Card title="Live Data API Endpoints" href="live-data/live-data">
    <p>Get live data from Kalshi for milestones and events</p>
  </Card>

  <Card title="Series API Endpoints" href="series/series">
    <p>Get series templates for recurring events</p>
  </Card>

  <Card title="Tags API Endpoints" href="tags/tags-by-categories">
    <p>Access tags organized by series categories</p>
  </Card>

  <Card title="Sports API Endpoints" href="sports/filters-by-sports">
    <p>Get filtering options organized by sports</p>
  </Card>

  <Card title="Search API Endpoints" href="search/search">
    <p>Search events with nested markets by title or ticker</p>
  </Card>

  <Card title="Websockets" href="websockets/overview">
    <p>Stream real-time price and trade updates via WebSocket</p>
  </Card>
</CardGroup>
