> ## 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 Trades by Condition

> Filter one wallet's trades to a specific market condition.

Canonical reference: [Wallet Trades](/data/wallets/trades)

```bash theme={null}
curl "https://api.polynode.dev/v3/wallets/0x952d11ebff81d6bd3185e608ed3515b94618ab8a/trades?condition_id=0x97269cbb95bd572b3dde34cdd619be278c8f13ba5e43e2e6c2d8639411128a86&limit=1" \
  -H "x-api-key: $POLYNODE_API_KEY"
```

Use `condition_id` when you want both outcomes for one market. Use `token_id` when you want one specific outcome.
