Trader Closed Positions
pulse_trader_closed_positionsRetrieve a trader's closed position history with entry/exit prices, duration, PnL, and leverage. Analyze position lifecycles and timing patterns to uncover trading behavior and whale exit moves.
Instructions
Get closed position history for any wallet. Shows every position that was opened and closed — with entry/exit prices, hold duration, PnL, and leverage. Use this to analyze a trader's position lifecycle and timing patterns. Answers: 'Show me all historical positions for this trader', 'What was the PnL and duration of each position?', 'When did this whale close their massive ETH long?'
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 | |
| offset | No | Pagination offset | |
| address | Yes | Ethereum wallet address (0x...) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |