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

# Wallet Activity Query Catalog

> Wallet activity recipes for lifecycle events, PolyUSD flows, fees, rebates, and rewards.

Use these recipes when building wallet timelines, cash movement views, settlement history, or fee accounting pages.

<CardGroup cols={2}>
  <Card title="Unified Wallet Activity" href="/data/query-catalog/wallets/unified-activity">
    Splits, merges, redemptions, and neg-risk conversions in one feed.
  </Card>

  <Card title="Wallet Splits" href="/data/query-catalog/wallets/splits">
    USDC converted into outcome tokens.
  </Card>

  <Card title="Wallet Merges" href="/data/query-catalog/wallets/merges">
    Outcome tokens converted back into USDC.
  </Card>

  <Card title="Wallet Redemptions" href="/data/query-catalog/wallets/redemptions">
    Claimed payouts from resolved markets.
  </Card>

  <Card title="Neg-Risk Conversions" href="/data/query-catalog/wallets/neg-risk-conversions">
    Neg-risk conversion events for a wallet.
  </Card>

  <Card title="PolyUSD Flows" href="/data/query-catalog/wallets/polyusd-flows">
    PolyUSD deposits and withdrawals.
  </Card>

  <Card title="Wallet Fees Paid" href="/data/query-catalog/wallets/fees-paid">
    Fee-bearing fills for one wallet.
  </Card>

  <Card title="Wallet Rebates and Rewards" href="/data/query-catalog/wallets/rebates-rewards">
    Polymarket-reported maker rebates and reward surfaces.
  </Card>
</CardGroup>
