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

# Markets Query Catalog

> Market recipes for search, condition lookup, slug lookup, token info, prices, tags, and resolutions.

Use these recipes when building market search, market detail pages, token pages, tag pages, or resolution feeds.

<CardGroup cols={2}>
  <Card title="Search Markets" href="/data/query-catalog/markets/search-markets">
    Full-text market search.
  </Card>

  <Card title="Market by Condition" href="/data/query-catalog/markets/by-condition">
    Market metadata, outcomes, and token IDs from a condition ID.
  </Card>

  <Card title="Condition Detail" href="/data/query-catalog/markets/condition-detail">
    Resolution and payout data for one condition.
  </Card>

  <Card title="Trades and Positions by Slug" href="/data/query-catalog/markets/by-slug">
    Use a Polymarket slug to retrieve market trades or holders.
  </Card>

  <Card title="Token Info" href="/data/query-catalog/markets/token-info">
    Outcome-token metadata, price, category, tags, and resolution status.
  </Card>

  <Card title="Token Price" href="/data/query-catalog/markets/token-price">
    Current price and resolution status for one outcome token.
  </Card>

  <Card title="Market Candles" href="/data/query-catalog/markets/candles">
    OHLCV candles from V3 trade fills.
  </Card>

  <Card title="Tags" href="/data/query-catalog/markets/tags">
    List tags and find markets by tag.
  </Card>

  <Card title="Market Resolutions" href="/data/query-catalog/markets/resolutions">
    Recent market resolution feed.
  </Card>
</CardGroup>
