> ## 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.

# Positions Query Catalog

> Position recipes for wallet positions, open positions, holders, market positions, and combo positions.

Use these recipes when building wallet dashboards, holder tables, market pages, or position discovery views.

<CardGroup cols={2}>
  <Card title="Positions by Wallet" href="/data/query-catalog/positions/by-wallet">
    All standard positions for one wallet.
  </Card>

  <Card title="Open Wallet Positions" href="/data/query-catalog/positions/open-wallet-positions">
    Current open positions for one wallet.
  </Card>

  <Card title="Global Positions" href="/data/query-catalog/positions/global-positions">
    Platform-wide open-position discovery.
  </Card>

  <Card title="Positions by Market Token" href="/data/query-catalog/positions/by-market-token">
    Holders for one outcome token.
  </Card>

  <Card title="Positions by Condition" href="/data/query-catalog/positions/by-condition">
    Holders across all outcomes in one market condition.
  </Card>

  <Card title="Positions by Market Slug" href="/data/query-catalog/positions/by-market-slug">
    Holders for a market URL slug.
  </Card>

  <Card title="Combo Positions" href="/data/query-catalog/positions/combo-positions">
    Combo-only and combined wallet position views.
  </Card>
</CardGroup>
