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

# Trades Query Catalog

> Trade feed recipes for global, wallet, market, builder, grouped-order, and combo trade queries.

Use these recipes when building trade feeds, market tapes, wallet histories, builder analytics, or order-level views.

<CardGroup cols={2}>
  <Card title="All Trades" href="/data/query-catalog/trades/all-trades">
    Global trade feed with pagination and time filters.
  </Card>

  <Card title="Trades by Wallet" href="/data/query-catalog/trades/by-wallet">
    Trades where one wallet was maker or taker.
  </Card>

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

  <Card title="Trades by Market Slug" href="/data/query-catalog/trades/by-market-slug">
    Trades for all outcomes in one market slug.
  </Card>

  <Card title="Wallet Trades by Condition" href="/data/query-catalog/trades/wallet-by-condition">
    One wallet's trades inside one market condition.
  </Card>

  <Card title="Wallet Trades Grouped by Order" href="/data/query-catalog/trades/wallet-grouped-by-order">
    Order-level grouping for wallet trades.
  </Card>

  <Card title="Builder Trades" href="/data/query-catalog/trades/by-builder">
    Trades attributed to a builder code.
  </Card>

  <Card title="Combo Wallet Trades" href="/data/query-catalog/trades/combo-wallet-trades">
    Combo-only and combined wallet trade views.
  </Card>
</CardGroup>
