pulse_lifecycle
Look up a single position's lifecycle by ID to view all trade fills that built and unwound it, including timestamp, side, size, price, PnL, fee, and transaction hash.
Instructions
Look up one position lifecycle by its numeric ID, including every trade fill that composed it (timestamp, side, size, price, PnL, fee, tx hash) joined from the trades table within the open->close window. Use after pulse_trader_lifecycles to drill into exactly how a single position was built and unwound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| id | Yes | Lifecycle ID (from pulse_trader_lifecycles). |