Recent Closed Positions
pulse_recent_closed_positionsIdentify recently closed positions across all traders with entry/exit prices and hold duration. Filter by coin, size, or hold time to spot stopped-out trades, large closes, or quick scalps.
Instructions
Get recently closed positions across all traders. See what positions were just closed in the last N minutes/hours — with entry/exit prices and hold duration. Filterable by coin, minimum notional size, and hold duration range. Use to find: sub-second HFT trades (maxDuration=1000), positions that just got stopped out, large positions that just closed (minNotional=100000), quick scalps vs long holds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Filter by coin symbol (e.g. BTC, ETH, SOL). For builder dex: prefix:COIN (e.g. xyz:SILVER) | |
| limit | No | Number of positions to return | |
| since | No | Time window: e.g. '10m' (minutes), '1h' (hours), '1d' (days) | 1h |
| maxDuration | No | Maximum hold duration in milliseconds (e.g. 1000 for sub-second HFT trades, 60000 for under 1 minute) | |
| minDuration | No | Minimum hold duration in milliseconds (e.g. 60000 for positions held at least 1 minute) | |
| minNotional | No | Minimum notional value in USD (e.g. 100000 for $100K+ positions) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |