pulse_lifecycle
Retrieve a single position lifecycle by ID, including all trade fills with timestamps, prices, and PnL. Drill into exactly how a position was built and unwound.
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 |
|---|---|---|---|
| id | Yes | Lifecycle ID (from pulse_trader_lifecycles). | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |